Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 2 lesson 4 html learning

Additional of image tag to a webpage
by

1 Answer

sam5epi0l
Hey buddy, try out this code. Let me know if you still face any error.


<!DOCTYPE html>
<html>
<head>
<title>
My First Page
</title>
</head><body>
<h1>WELCOME</h1>
<img src="
https://s3.studytonight.com/curious/uploads/pictures/1625999547-1.jpg"/>
</body>
</html>

Login / Signup to Answer the Question.