Geography, asked by Thesager, 7 months ago

how to write this html​

Attachments:

Answers

Answered by sud126
4

Answer:

If you want to set the picture in middle, then you can you can use "align center".

Explanation:

<html>

<head>

<title>Peacock</title>

</head>

<body bgcolor="green" align="center">

<img src="paste the URL of picture">

</body>

</html>

Similar questions