HTML Link Tag Generator
An HTML link tag determines the relationship between the current document and an external resource. Commonly used to link external stylesheets of a webpage.
Code
<link rel="stylesheet" href="/css/styles.css"/>
An HTML link tag determines the relationship between the current document and an external resource. Commonly used to link external stylesheets of a webpage.
<link rel="stylesheet" href="/css/styles.css"/>