InterviewSolution
Saved Bookmarks
| 1. |
Which of the following tag is used to embed css in html page?(a) (b) (c) (d) I have been asked this question in unit test.Question is taken from Introduction to CSS topic in division CSS Fundamentals, Colors and Styling of CSS |
|
Answer» Right CHOICE is (B) tag is used to embed CSS in HTML page, while is used to embed JS in HTML. is HTML5 DECLARATION. |
|