CBSE Class 10 Computer Applications
Question 29 of 37
Cascading Style Sheets (CSS) — Question 9
Back to all questions 9
Question Question 9
Where in an HTML document is the correct place to refer to an external style sheet ?
- In Body section
- In Head section
- In a paragraph
- Top of the document
In Head section
Reason — A <LINK> tag is used in the head section of HTML document to link the HTML page to an external CSS file.