Horje

How to add HTML <a> media width Attribute

Specifies the width of the targeted display area.
"min-" and "max-" prefixes can be used.
Example: media="screen and (min-width:500px)"

<a href="att_a_media.asp?output=print"
media="print and (resolution:300dpi)">
Open media attribute page for print.</a>

Output should be:

How to add HTML <a> media width Attribute




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin