Q. Which element is used in <HEAD> of an HTML/XHTML page, if we want to use an external CSS to decorate the page?

  • (A) <src>
  • (B) <link>
  • (C) <style>
  • (D) <css>
πŸ’¬ Discuss
βœ… Correct Answer: (B) <link>
Explanation: The tag <link> defines a link between a document and an external resource. Example:
<link rel="stylesheet" type="text/css" href="style.css">
Explanation by: Tanmay
The tag <link> defines a link between a document and an external resource. Example:
<link rel="stylesheet" type="text/css" href="style.css">

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
239
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
98%
Success Rate