HTML Code Picture Thumbnail Larger
Â
Hello !
I have a question related to HTML Code Picture Thumbnail Larger. I want to construct a link to image and I do not know how to tag and how to make the images larger. Kindly guide me for this
Â
Hello !
I have a question related to HTML Code Picture Thumbnail Larger. I want to construct a link to image and I do not know how to tag and how to make the images larger. Kindly guide me for this
Dear Deborah Clink,
HTML (Hyper Text Markup Language) is backbone of internet and website.
You can add pictures, music files, videos and all other. You want to add a picture with your desired size.
It is much easy to do so, do as i say.
You have to change the code that you have written already to add image in a page.
I hope you have written it as under.
<img src="your image location">
Just make a change as this.
<img src="Your image location height="10" width="10">
You can add size as you desire. Now your image will be resized on the page.
Thanks