<link>
All Tags not showing in online page, but show on view source.
<head> <link rel="stylesheet" type="text/css" href="style.css"> </head>
Code show like this:
Browser Support
The <link> tag is supported in all major browsers.
Attention: link tag use into head tag.
What is link tag
link tag is link css, png, jpg file. If you link a css file use rel=”stylesheet” and type=”text/css” with link tag.