Horje

How to add HTML default-style on <meta> http-equiv Attribute for HTML <meta> Tag

default-style Specified the preferred style sheet to use.

Example:

<meta http-equiv="default-style" content="the document's preferred stylesheet">

Note: The value of the content attribute above must match the value of the title attribute on a link element in the same document, or it must match the value of the title attribute on a style element in the same document.

index.html
Example: HTML
<meta http-equiv="default-style" content="the document's preferred stylesheet">





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