How to add Image in webpage .


Hello Friends ,

Today , we learn how to add a Image in Website.

1  First , Open a Notepad

2  Write the Code in Notepad

<html>
<title>
welcome</title>
<body>

<h1> hello  </h1>

<img src="horse.jpg" alt="horse" style="width:304px;height:228px;">
<br>

</body>

<html>




img src means the image source or where you will find it.

Share this

Related Posts

Previous
Next Post »