Document Structure
<link>
Specifies relationships between the current document and an external resource.
<link>
Specifies relationships between the current document and an external resource.
Syntax
<link></link>
Example
<link class="example">Content here</link>
Notes
Semantic HTML helps screen readers and search engines understand your content.
Try It Yourself
Experiment with this element in the BrowserCode Playground.