Insert an image in your Web page.

Insert An Image in your Web Page.

You can in insert an image in your web page you can use <img> tag to insert an image in your web page.
Ex.
<img src="?">
*fill the address of your image in the space of ?.

Some additional tags to improve your image-

Alt- define a name of your image.
Scale - set size of your image.
Height - set the height of your image.
Width - set the width of your image.
                                                 ...Ansh Swaroop

Comments