0
What is <link href
why it will take and it is necessary
1 ответ
+ 2
<link>-Tag is most commonly used to bind external Stylesheets to your website.
For example:
<link rel="stylesheet" href="styles.css" type="text/css">
But you can also use it to make a shortcut icon visible on your title bar.
<link rel="shortcut icon" href="icon.ico">