+ 1

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>

15th Nov 2017, 1:38 AM
SHADOWELITE7
SHADOWELITE7 - avatar
5 Answers
+ 4
<body class="bgcolor> ^You forgot the other ". So it should be "bgcolor" From the looks of it, I'd say that's also what is affecting your other markup on the page. You also have 2 body tags, so remove the first one. Btw, what games you play on Steam? :D
15th Nov 2017, 1:48 AM
AgentSmith
+ 3
Look at bgcolor you are missing “something” on the end there.
15th Nov 2017, 1:45 AM
Arthur Tripp
Arthur Tripp - avatar
+ 3
Spelunky quake live DotA 2 delver teeworlds star command galaxies battlerite Warframe tribes accend spiral knights Galaxy control airmech murder miners Tanki x (former closed beta tester) block n load istrolid card Hunter endless sky astroflux heavy metal machines
15th Nov 2017, 1:59 AM
SHADOWELITE7
SHADOWELITE7 - avatar
+ 1
ok
15th Nov 2017, 2:47 AM
SHADOWELITE7
SHADOWELITE7 - avatar
0
1) As others have already said , you are missing the second " in "bgcolor". 2) 😯 Next time please use the Code Playground
15th Nov 2017, 2:40 AM
Learnsolo