Computer Science, asked by Shalini6627, 1 year ago

In an html document where is the correct place to refer to an external style sheet ? (a) at the top of the document (b) in the section (c) in the section (d) at the end of the document

Answers

Answered by syed2020ashaels
0
  • The Hyper Text Markup Language is the standard markup language for documents designed to be displayed in a web browser.
  • It can be easily assisted by technologies  such as cascading style sheets (css) and scripting language such as  Java Script.
  • An external style sheet is a separate CSS file that can be accessed by creating a link within the head section of the web page.
  • Multiple web page can use the same link to access the style sheet.
  • The link to an external style sheet is placed within the head section of the page.
  • Therefore, In an html document the correct place to refer an external style sheet is inside the <link> element,inside the head section.
  • Hence ,therefore the option c is correct.

#SPJ2    

Similar questions