[Solved]M Trying Get Rid Lines Links Disappear Everywhere Ve Looked Told Set Text Decoration None Q37164485
I’m trying to get rid of the lines under these links todisappear.
Everywhere I’ve looked has told me to set text-decoration to”none” and I did just that but it doesn’t change anything. Here’smy code:
HOME ABOUT 1 HENEMENTS < !DOCTYPE html> <html> chead> <link rel-“stylesheet” href- “mystyle . css”> <title>Bananaramic</title> <style type-“text/css”x/style> <script type-“text/javascript”></script> </head:> <body style:” background-color:#fdfab8;”> cheader> <div id-“menu” style-” font-family: GROBOLD; text-decoration: none;”> <ul id-“left-side” </ul> <ul id-“right-side”> <li><a href-“urL”>ABOUT</ a></li </ul> </header> </div> </body> </html> Show transcribed image text HOME ABOUT 1 HENEMENTS
chead> Bananaramic cheader>
Expert Answer
Answer to I’m trying to get rid of the lines under these links to disappear. Everywhere I’ve looked has told me to set text-decora… . . .
OR