I have this html element:
<img src="@Url.Content("~/Content/images/logo.png")" style="width:150px;height:80px;" alt="" />
How to make element above to be displayed only when page is printed, while in web it must be hided.
Any idea how can I achieve it?