This is my code so far. I’ve only passed the first test which was the id=main tag. Im sort of los because im using vs code studio. please help me find out what im doing wrong. btw the title shows on my page it just won’t pass the test
Tell us what’s happening:
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KOBE BRYANT TRIBUTE
</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="main">
<header>Kobe Bryant </header>
<section>
<div>My section</div>
<div>My section</div>
<div>My section</div>
</section>
<footer>My footer</footer>
</div>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15
.
Challenge: Build a Tribute Page
Link to the challenge: