Posts

Showing posts with the label addimage

HTML CODE PART 6

Image
 HOW TO MAKE AN IMAGE AS LINK IN HTML LINKS links are the structures which connects us to the web of internet  links are like vines which are called blood carrying vessels in our body links also act as the same  links connect us to the different parts of the internet and world wide web  uncountable links are generated everyday its so much in large quantity that we cannot keep the track of how many links are generated every day. IMAGES  An image is a visual representation of something. In information technology, the term has several usages IMAGE AS LINK In some websites we can see that there are many images which acts as a link when we click on that image then that image redirects us to another page and it acts as an external link In many online shopping websites we can see images when we click on them then it takes us to the respective of their pages and gives us information this redirecting of different pages using image is called as image as link. EXAMPLE CODE...

ADDING AN IMAGE TO A HTML PAGE.

Image
ADD AN IMAGE TO HTML In html we can add as many as images we want it is pretty simple to add image to a html page there are few easy important steps that we must follow syntax of adding an image  At first we must know about image tag , image tag is the tag through which we can insert an image image tag consists of few parameters those are img src, width, height and etc. img src=  means "image source" the source from where an image has to be loaded . width = it specifies the width of an image.  height = as its name it specifies the height of an image. EXAMPLES          CODE OUTPUT There is one important note image should be saved in the folder where all the html text files are stored and as much as we can use the images there is no any kind of restrictions.