CSS Multiple choices


Total available count: 25
Subject - Web Development
Subsubject - CSS

Where in an HTML document is the correct place to refer to an external style sheet?


 

 

 

 



B


Solution:-

An external style sheet usually writes in the <head> section. 

<link rel="stylesheet" type="text/css" href="slightbook.css">

above is the correct syntax for importing an external CSS file.

The REL attribute defines the relationship that the linked resource has to be a document from which it is referenced.




Next 1 multiple choice(s)

1

What is the correct HTML for referring to an external style sheet?

Comments