Computer Science, asked by stewart65141, 10 months ago

Name the tag used to embed an external style sheet to an html file

Answers

Answered by Brainlyshchay
1

Q) Name the tag used to embed an external style sheet to an html file.

Ans) Hey buddy, your answer is the <link> tag. A link tag is used to add a external file into the HTML document.

THE LINK TAG:-

  • The link tag is used to add a external file into the HTML document.
  • The external file can be a Style Sheet file or javascript file.
  • Examples of files:
  1. Style sheet : CSS, SCSS, Bootstrap.css, etc.
  2. Script file : Normal JS file, Bootstrap.js, node,js, angular.js, etc.
  • The code to be entered in the head tag is :
  • <link rel="stylesheet" type="text/css" src="my css.css'>
  •                                       OR
  • <link rel="javascript" type="text/js" src="my js.js">

HOPE THIS HELPS YOU :)

No SPAMMING ❕❗........

Similar questions