<a href="Link Here" style="color: Color Here"><b>Link Name</b></a> <!--- You dont need the bold tags btw ---!>
<style>
a:link {
color: green;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
Code Example |
---|
Html :: ejs ternary |
Html :: how to make a enter in html |
Html :: html boilerplate code |
Html :: img center alt text |
Html :: jquery demo |
Html :: Align an element to bottom with flexbox |
Html :: set span text |
Html :: nuxt-lazy-load ignore images |
Html :: plantuml font size |
Html :: centering in html |
Html :: links html |
Html :: bootstrap notification |
Html :: html practice exercises |
Html :: html <br |
Html :: how to draw a small line in html |
Html :: input type=number 01 |
Html :: html position div inside div |
Html :: h6 in html |
Html :: aria-label |
Html :: tag img |
Html :: The href Attribute in html |
Html :: index.html file |
Html :: youtube autoplay |
Html :: bulma fullheight |
Html :: date of birth select box in html |
Html :: html href new tab |
Html :: how to jump line in html |
Html :: ionic select |
Html :: html5 input pattern name |
Html :: html if else statement example |