how to add image html (html insert image program)

how to add image html website page
html add image tag in <img src =ana add image file name close tag ">
save run the programming mages display
HTML IMAGE TAG

<img src="image.png">

HTML INSERT IMAGE EXAMPLE PROGRAM

<html>
<head>
<title>coder</title>
</head>
<body>
<img src="image.png">
</body>
</html>
OUTPUT
Previous
Next Post »

Search This Blog