Computer Science, asked by laxmi7642, 6 months ago

write the coding of html for wish happy teachers day with photo​
please write correct coding.

Answers

Answered by Aayushdn
4

Answer:

<html>

<head>

<title> Happy teacher Day</title>

</head>

<body>

<center> <h1> Happy Teaher Day </h1>

<img src = "imageNAme.png" height = 350 width = 400>

</center>

</body>

</html

Explanation:

Please change the image name and format to get image and locate this html file to same folder as image is.

Similar questions