heyy friends✋✋
can anybody help me in this question
Q. Write the HTML code for the following output.
*Background color should be aqua
*Image should be 200px and 150px
*Heading color should be yellow
*Image file name are App.jpg and hello.gif
NO SPAMMING PLEASE...
Attachments:
Answers
Answered by
1
this code will help yoy
Attachments:
Answered by
0
hii friend
here's the code for ur output
<html>
<title>anything that u want</title>
<body><body bgcolor="#00FFFF">
<h1><font color="yellow">This would be heading</font>
<img src="app.jpg" height="200px" width="150px">
<img src="hello.gif"height="200px" width="150px">
</h1>
</body>
</html>
--THE OUTPUT IS ATTACHED WITH THE ANS
______×××______
HOPE IT HELPS
PLZ MARK IT AS BRAINLLEST
here's the code for ur output
<html>
<title>anything that u want</title>
<body><body bgcolor="#00FFFF">
<h1><font color="yellow">This would be heading</font>
<img src="app.jpg" height="200px" width="150px">
<img src="hello.gif"height="200px" width="150px">
</h1>
</body>
</html>
--THE OUTPUT IS ATTACHED WITH THE ANS
______×××______
HOPE IT HELPS
PLZ MARK IT AS BRAINLLEST
Attachments:
Similar questions