my html code below Home page home contact about Welcome to my site HI there this is one of my favorite song down below enjoy. Author: Jenny Copyright
please help im stuck
my html code below
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="colors.css">
<link rel="stylesheet" href="formatting.css">
<link rel="stylesheet" href="transitions-animations.css">
<title>Home page </title>
</head>
<body>
<main>
<nav>
<a href="index.html">home</a>
<a href="contact.html">contact</a>
<a href="about.html">about</a>
</nav>
<h1>Welcome to my site</h1>
<picture>
<source media="(min-width:650px)" srcset="./images/me3-650.jpg">
<source media="(min-width:465px)" srcset="./images/me3-465.jpg">
<img src="./images/me3.JPG" alt="ME" style="width:auto;">
</picture>
<h3>HI there this is one of my favorite song down below enjoy.</h3>
<iframe width="420" height="345"
src="https://youtu.be/BHh-M3qi5Gw">
</iframe>
<footer>
<div class="foot">
<p>Author: Jenny <br>
<p>Copyright</p>
</div>
</footer>
</main>
</body>
</html>
Step by step
Solved in 2 steps