Where is the problem in this code?

I am currently trying to practice the knowledge I gathered from the HTML module . The image appears broken when running the webpage. Can someone tell me where I went wrong please.

<!DOCTYPE html>

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<html>
	<head>
		<h1>MY LOVING MOTHER; ELIZABETH BONARERI</h1>
	</head>

<body>

<a href="<img src="https://www.facebook.com/photo.php?fbid=100847541248574&set=pb.100039699842574.-2207520000.1570083301.&type=3&theater#/your-image.jpg." alt="author looking foward"> this links to facebook</a>





<a href="#footer">jump to the bottom</a>


 	<p><h2 style="color: red;">My first treasure from God</h2>
 
 <a target="_blank" href="https://myhero.com/Mom_LC_ioncreanga_hs_MD_2016_ul"> link to myhero.com</a></p>




	<main>
	<p>My mom is amazing. That's why she is my hero. She keeps me safe and healthy. There is nobody else quite like her. She is a role model to me. She is an awesome reader and excellent writer. She has a huge heart and we have something special between us. She is always telling me that when I was a baby, I would cry whenever she left me alone. She inspires me and always encourages me to do my best. Mother is the person who knows you 9 months more than others, therefore she can advise you best. My mom is this person who will never let me down.</P>
	<p>Her moral values, prayers and support remain my hope and life line. You have always believed theat one should be less than the least but be made more than the most by the Almighty God. This doctrine or teaching is the building block and conerstone in my character and hope in life</p>
	<p>A baby is the heart of every mother. Mother's love is deeper than the ocean. God can't be everywhere, so he created mothers. This being innocent cry and laugh with us and never will refuse but will do everything possible to help. If your life depends upon the love that you wear, you are immortal. She is the only person I trust, I would like to be with, she loves me. She is the only person in my life I owe everything I am and what I am today. She gave birth, raised me and taught me to love. There are no words to describe because she is different and very funny. She always knows what I want to tell and permanently agrees with what I do and what I want to do. I can be proud to have borrowed more from her: the mimics, gestures, behavior. I love you more than anyone other being on earth. I want to thank her for all the efforts she has done for me. I promise to be always there for her in good times in bad, I will support her and render her trying to get her smile because she is my hero.
<div>
	<p> In Summary I can describe my mom as....</p>
	<ol>
		<ol>Kind</ol>
		<ol>loving</ol>
		<ol>inspiring</ol>
	</ol>
	<p>My mom dislikes....</p>
	<ul>
		<ul>gossiping</ul>
		<ul> pride</ul>
		<ul>envy</ul>
	</ul>

		<form action="/additional comments">
			
			<input type="text" placeholder="additional comments URL">
			<button type="submit">submit </button>
		</form>
 </div>

<p>would you write to put additional comments in the essay above?</p>

	<label for="yes"><input id="yes" type="radio" name="yes-no"> Yes</label>
	<label for="no"><input id="no" type="radio" name="Yes-no"> No</label>


<p>select from the list below two gifts you would like to give to your mom </p>
	<label for="watch"><input id="watch" type="checkbox" name="gift">Watch</label>
	<label for="dress"><input id="shoes" type="checkbox" name="gift">Shoes</label>
	<label for="handbag"><input id="handbag" type="checkbox" name="gift"> Handbag</label>

</main>
             <footer id="footer">My mom my Hero</footer>

</body>

</html>

If you’re trying to make an image link to a webpage, put the image tag between the anchor tags.

<a href =" "> <img src = "url" alt = "whatever"> </a>

Or if you just want a link to the photo, remove this code:

"<img src="

And put the image URL in quotes

Have you tried validating your html file?

https://validator.w3.org

Cheers :slight_smile:

If you want to open image in ur fb profile by clicking on link then u should use this link.

thank you sooo much for this. It has been very helpful to me.

Thank you soo much, this has worked