LEARN HTML IN FUNNY WAY

                               HTML Tutorial-3

#HTML Link:


To add any link in web pages we have to use "" tag , 'href' attribute and  the link(as attributes value).

#HTML Image:

To add any images in html document/web page we have to use "" tag,src attribute,alt attribute,width attribute and height attribute and attributes value.The value of "src" attribute is the name of the image file and .png/.jpg/something else is the extension/type of image."alt" attribute is being used as alternate of the image,it is the required part because if your browser or poor internet connection  is being obstacle  for  displaying the image then this "alt"attribute act as the alternate of the image."width" and "height" attribute determine the width and height o the image.


0 Comments