HTML Code Picture Thumbnail Larger

Asked By 20 points N/A Posted on -
qa-featured

 

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

SHARE
Answered By 40 points N/A #155704

HTML Code Picture Thumbnail Larger

qa-featured

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

Related Questions