Write the HTML program for the given output and write the name of the program:
Attachments:
Answers
Answered by
2
<html>
<head>
<title>exam</title>
</head>
<body bgcolor="red">
<img src="....">
<h1>This is a Heading</h1>
<p>This is a paragraph</p>
<p>This is a nature and we should protect our nature</p>
</body>
</html>
Note--
- insert source of image at the place of four dots.
Hope this helps...
Similar questions