Horje

How to use device-height value on HTML <link> media Attribute

device-height Deprecated. Specifies the height of the target display/paper.
index.html
Example: HTML
<link
  rel="stylesheet"
  media="screen and (max-device-height: 799px)"
  href="https://www.w3schools.com/tags/demo_screen.css" />

Output should be:

How to use device-height value on HTML <link> media Attribute




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