What is embedded style sheet?
Loading
What is embedded style sheet?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh NailwalPosted Oct 27, 2022, 10:20 AM
Hi @Naresh Beniwal,
Embedded style sheet allows you to define style for an individual HTML code or document by including the CSS properties along with the tags. Below is an example of the embedded style sheet.
************************************************************************************************************
Welcome To India
This is an example of an embedded style sheet
New paragraph
Another paragraph
I hope it helps.!
Comment if any confusion.
Thanks
Vishal YelvePosted Oct 18, 2022, 9:19 AM
Embedded style sheets are particularly useful for HTML documents that have unique style requirements from the rest of the documents in your project. However, if the styles need to be applied across multiple documents, you should link to an external style sheet instead of using individual embedded style sheets
https://www.geeksforgeeks.org/uses-of-an-embedded-style-sheet-in-css/#:~:text=Embedded%20style%20sheets%20are%20particularly,using%20individual%20embedded%20style%20sheets.