Computer Science, asked by avika75, 2 months ago

write an HTML program to insert the image of Taj Mahal with background blue and giving title Taj Mahal with underline.​

Answers

Answered by syedmateensma
4

Answer:

<html>

<head> <title> Taj Mahal </title> </head>

< body bgcolor = "blue">

<H1> Taj Mahal </H1> <HR> <BR>

< img src = "taj mahal.jpg" alt = "Taj Mahal">

</body>

</html>

pls mark me as the brainliest

Similar questions