Computer Applications
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
CSS
1 Like
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.
Answered By
1 Like
Related Questions
Which of the following CSS types is defined in the header of a Web page and applies to the entire Web page document ?
- Inline
- Embedded
- Inbuilt
- External
Which of the following type of CSS is coded in the body of the Web page as an attribute of an HTML tag and applies ONLY to the specific element that contains it as an attribute ?
- Inline
- Embedded
- Inbuilt
- External
Use the CSS …………… property to configure the cellpadding of a table.
What is the utility of dynamic websites ?