Computer Science, asked by vishalbarde, 1 month ago

1. Attributes used along with
<link> tag of External Style
Sheet
o
src
O href
O style
O img​

Answers

Answered by jiyashah2901
0

To link an external stylesheet, you'd include a <link> element inside your <head> like this:

<link href="main.css" rel="stylesheet">

There are a number of other icon rel values, mainly used to indicate special icon types for use on various mobile platforms, e.g.:

<link rel="apple-touch-icon-precomposed" sizes="114x114"

href="apple-icon-114.png" type="image/png">

Similar questions