Hi,
Please tell me what is embedded style? How to link it in our project?
Thanks in advance.
What is embedded style?
Ask by Anonymous User
Updated 17 Dec 2012
Embedded style is the style attached to one specific document. The style information is specified as a content of the STYLE element inside the HEAD element and will apply to the entire document.
Note: The styling rules are written as a HTML comment, that is, between
<!-- and -->
To hide the content in browsers without CSS support which would otherwise be displayed?