(Hyper) Links About (Hyper) Links
Heydon on the virtues of hyperlinking hypertext in an anchor element:
…Sometimes, the
<a>
is referred to as a hyperlink, or simply a link. But it is not one of these and people who say it is one are
Heydon on the virtues of hyperlinking hypertext in an anchor element:
…Sometimes, the
<a>
is referred to as a hyperlink, or simply a link. But it is not one of these and people who say it is one are
Spammers are a huge deal nowadays. If you want to share your contact information without getting overwhelmed by spam email you need a solution. I run into this problem a few months ago. While I was researching how to solve …
A while ago, Geoff wrote an article about a cool hover effect. The effect relies on a combination of CSS pseudo-elements, transforms, and transitions. A lot of comments have shown that the same effect can be done using background …
Creating CSS link hover effects can add a bit of flair to an otherwise bland webpage. If you’ve ever found yourself stumped trying to make a slick hover effect, then I have six CSS effects for you to take and …
Last year, Elise Blanchard did some great historical research and discovered that blue hyperlinks replaced black hyperlinks in 1993. They’ve been blue for so long now that the general advice I always hear is to keep them that way. There …
I was killing some time browsing my CodePen feed for some eye candy and didn’t need to go past the first page before spotting a neat CSS hover effect by Adam Argyle.…
I’ve encountered two bugs in Chrome while testing the new CSS text-decoration-thickness
and text-underline-offset
properties, and I want to share them with you here in this article.…
There are thousands of articles out there about buttons and links on the web; the differences and how to use them properly. Hey, I don’t mind. I wrote my own as well¹.
It’s such a common mistake on …
A URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!
I’d call it non-trivial, but developers can register new …