Computer Science, asked by ruchirastog4321, 6 months ago

make a
webpage as given in the image. You can use any
picture of
Mahatama Gandhi.
Send the HTML code and Image of your webpage​

Attachments:

Answers

Answered by saransrini03
0

<html>

<body>

<div id = 'image'>

</div>

<div>

<table>

<h4>

name mr mohan das karam chand gandhi

date of birth 2 oct

<\h4>

<\table>

</div>

</body>

<style>

#image{

//let image name  = gandhi.jpg

background-image : url(gandhi.jpg)

}

</style>

</html>

Similar questions