Name the tag used to embed an external style sheet to an html file
Answers
Answered by
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:
- Style sheet : CSS, SCSS, Bootstrap.css, etc.
- 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