MY code problem
My code won't work, bgcolor should work and somehow My portfolio title was erased and invitation is not a link anymore <html> <head> <style type="text/css"></style> <title>Page Title</title> <style type="text/css"> A:LINK { color: #009900; font-size: 36px; font-family: Arial, Helvetica, sans-serif; } A:HOVER { color: #0000FF; font-size: 36px; font-family: Arial, Helvetica, sans-serif; } A:VISITED { color: #FF0000; font-size: 36px; font-family: Arial, Helvetica, sans-serif; } .bgcolor{ background-color:#7B7D7D; } </style> </head> <body span class="bgcolor> <body> <h1>My Portfolio</h1> <a href="unit3/invitation/index.html">Invitation</a> <p> <a href="unit3/essay.html">Webmaster Role</a> </p> <h1>My web resources</h1> <a href="http://www.google.com">Google</a> <br> <a href="http://steamcommunity.com/id/SHADOWELITE7">My steam page</a> <br> <a href="https://discordapp.com/">SHADOWELITE7#7555:discord</a> <br> <a href="mailto:jasper.david.rogers@gmail.com">Contact Me</a> </body> </html>