How to supercharge your HTML link tag with these four tricks
Introduction
The HTML link tag is one of the first tags everyone learns about when first diving into HTML. The most common use case is to just load up a stylesheet and forget it about.
<link href="/styles.css" rel="stylesheet" />
However , the link ...
relatablecode.hashnode.dev4 min read
Vic Kalchev
UX Design & Front End Dev
Super helpful post, Diego! I never thought much of links, so this gives me a new perspective.