Write code in html to display (a) the smallest heading that reads"WELCOME FRIENDS" (b) an image as
Answers
Answered by
1
<HTML>
<HEAD>
<BODY>
<H2>"WELCOME FRIENDS"</H2>
<img src="../flower.jpg">
</BODY>
</HEAD>
</HTML>
hope it work
Similar questions