Computer Science, asked by sandhyasinghmuskan3, 11 months ago

Write code in html to display (a) the smallest heading that reads"WELCOME FRIENDS" (b) an image as ​

Answers

Answered by Anonymous
1

<HTML>

<HEAD>

<BODY>

<H2>"WELCOME FRIENDS"</H2>

<img src="../flower.jpg">

</BODY>

</HEAD>

</HTML>

hope it work

Similar questions