0
I want to color this all link in HTML please modify this code
<a href='#' target='_self' title='About Us'>About Us</a> | <a href='#' target='_self' title='Contact Us'>Contact Us</a> | <a href='#' target='_self' title='Privacy Policy'>Privacy Policy</a> | <a href='#' target='_self' title='Privacy Policy'>FAQ</a> |
6 odpowiedzi
+ 4
Hasnain Ali please show us the code where you have tried "10 times" 🙂
+ 2
Learn it here https://www.sololearn.com/learn/CSS/1109/?ref=app
+ 1
Use CSS.... U can also use css in da head section:
<head>
<style>
a {
color: blue;
}
</style>
</head>
da following code will make da link colors blue....or u can just make it ur favourite color.
0
Hello koshyar please modify this
0
Hasnain Ali bruh lol jus add da css code 2 ur head section what else do u want
0
I can't do this I have try 10 time