<div>
<a> elements with...
<br><br>
<a href="https://google.com">valid href</a>
<br>
<a>no href</a>
<br>
<a href>href but no value</a>
<br>
<a href="">empty string href</a>
</div>
body {
background-color: #eaeaea;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
:any-link {
color: red;
font-weight: 900;
text-decoration: none;
}
/* [href] {
color: blue;
} */
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.