The <link> tag makes a link between web document and external resources (mostly CSS external style sheets).
Supported in all major browsers.
Typical form of use is:
<link rel="stylesheet" type="text/css" href="mystylesheet.css">
href specifies the place of location of the linked file.
Login in to like
Login in to comment