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 ?

  1. In Body section
  2. In Head section
  3. In a paragraph
  4. Top of the document
Answer

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.