I am new to html and css. I am putting together a project to display favorite singers and favorite movies.
I am getting errors in the code. They are: I have been trying to find answers but need a little help.
Any help would be greatly appreciated.
✗ The photo <img> tag should point to photo.jpg (+ 4 related tests)
✗ There should be a 3rd <div> tag in the <body> tag (+ 7 related tests)
✗ There should be a 4th <div> tag in the <body> tag (+ 7 related tests)
✗ The 5th <div> tag should have an <a> tag (+ 3 related tests
Here is HTML and CSS Code. Any help woild be greatly appreciatd.
<html>
<title> CBeyer</title>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="name">
<h1> Chris Beyer</h1>
</div>
<div id="instruments">
<img id="photo" img src="photo.jpg> The pjoto is in same folder as code.
</div>
<div id = " Favorite Artists">
</div>
<h2>Favorite Music Artists</h2>
<ul>
<li>Carlos Santana</li>
<li>Jerry Garcia</li>
<li>Rush</li>
<li>Eddie Van Halen</li>
<li>Prince</li>
</ul>
<div id="Films"
<h2> 5 Favorite Films</h2>
<ol>
<li> Wall Street</li>
<li> Radio Days</li>
<li> The Godfather</li>
<li> Annie Hall</li>
<li> Play i again Sam</li </ol>
</div>
<div id="profile"
<a href="https://facebook.com/chrisbeyerdev" Chris Beyer</a>
</div>
</body>
</html>
CSS
photo{
border-width:2ox;
border-color: blue;
}
h1{
color:blue;
}
h2{
color:gray;
}
.border{
margin:4px;
}