InterviewSolution
Saved Bookmarks
| 1. |
What is the use of <style> tag? |
|
Answer» We are already know about the formatting tags and its attributes, in some situations, you may need to use a tag uniformly in the entire document. To do so, we can use <style> tag. A style tag is used to change the default characteristics of a particular tag in the entire web document wherever that tag is used. |
|