+ 1
In HTML5 the nav tag whether used inside head or body leaves all other written content underlined in output. What should I do ?
Code is like this <nav> <ol> <li><a href......></li> <li><a href......></li> </ol> </nav>
3 Réponses
+ 2
nav a {
text-decoration: none; // to remove anchor link underline
}
+ 1
Solo learn courses are good for beginners. Try to complete the course. And do some practice in code writing and testing.
0
Thanks It worked - U learned HTML from Sololearn if not what are the views about this course on Sololearn