- Courses
- HTML
- HTML top level tags
- <meta>
- Significance of default-style in http-equiv
What is the significance of the default-style
value in the http-equiv
attribute?
The default-style value in the http-equiv
attribute sets the default CSS style sheet.
This value allows authors to specify which style sheet should be used as the default when multiple style sheets are available. It helps in managing the presentation of the document by defining a preferred style set.
<meta http-equiv="default-style" content="main-style">