Use of the style element in an HTML document:
The <style> tag is used to define style information for an HTML document.
Inside the style element you specify how HTML elements should render in a browser.
The required type attribute defines Content of the style element. The only possible value is "text/css".
The style element always goes inside the head section.
The <style> tag is supported in all major browsers.
Hint: To link to an external style sheet, use the <link> tag.
DTD indicates in which HTML 4.01/XHTML 1.0 DTD the attribute is allowed. S=Strict, T=Transitional, and F=Frameset.
The <style> tag supports the following standard attributes:
More information about Standard Attributes.
The <style> tag does not support any event attributes.
More information about Event Attributes.
Your Query was successfully sent!