(no title)
alrlroipsp | 2 years ago
This is a blast from the past, indeed!
Blue links is the ancient default when you don't use css.
It was news for me that any websites still would not override the default css, though.
alrlroipsp | 2 years ago
This is a blast from the past, indeed!
Blue links is the ancient default when you don't use css.
It was news for me that any websites still would not override the default css, though.
notpushkin|2 years ago
Of course, nowadays links can be any color and without underline, and we're getting used to it too. This only means that using any color to emphasise words in a text is a bad idea, as more and more people would see that as a link and get confused.
Just stick to the good old italics.
8organicbits|2 years ago
Examples:
Azure Blog: https://techcommunity.microsoft.com/t5/microsoft-learn-blog/...
If you look at the CSS, they actually went out of their way to add that underline back in, it's intentional.
A more common pattern seems to be blue text that gets underlined on hover.
Web applications likely prefer buttons as links, which probably makes sense. They aren't "web pages" they are "applications". Text web pages stick to traditional HTML metaphors.