Make A HTML Image Tag

With the HTML codings you can do a lot for the web pages. It's simple and easy to set the codings so you can practice yourself. You must memorize the basic tags before codings. The HTML tags begins with <html> and ends with </html>. When you pit any tag, the tag must be into it. 
In the HTML tag the images are shown in the tag <img>. It's so easy to realize the codings with images.

To make this easy just follow the codings...

<html>
<body>

<img scr="nature.jpg" width="250" height="170" />

</body>
</html>


Note: The given picture must have in your computer.


 

No comments:

Post a Comment