Powered by Blogger.

Friday 16 December 2016

How to insert image to HTML webpage


Step #1. Add image tag in to your web page <img>

In your web page you will add html image tag like this <img src = "path to image " alt="alternate image name "> . Note that the extension .jpg , .png , .svg with your image name.

Click the image bellow to see full view

Step #2. Changing the size of the image

You will change the size of image using CSS properties within HTML document and also a operate style sheet file. for know we will use use CSS properties with in HTML document. 

Properties like this style="width: 60px; height: 60px;" you are free to set the size of image by changing the number in pixels.   

Click the image bellow to see full view  

 

 

 

 

 

 

Please leave a comment if any query : Than you

0 comments:

Post a Comment