In HTML5 the nav tag whether used inside head or body leaves all other written content underlined in output. What should I do ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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>

29th May 2017, 5:18 AM
sam agrawal
sam agrawal - avatar
3 Respostas
+ 2
nav a { text-decoration: none; // to remove anchor link underline }
29th May 2017, 5:22 AM
CalviÕ²
CalviÕ² - avatar
+ 1
Solo learn courses are good for beginners. Try to complete the course. And do some practice in code writing and testing.
29th May 2017, 5:33 AM
CalviÕ²
CalviÕ² - avatar
0
Thanks It worked - U learned HTML from Sololearn if not what are the views about this course on Sololearn
29th May 2017, 5:31 AM
sam agrawal
sam agrawal - avatar