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!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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