0
How to make a image in html
when we open it like a link it becomes big
3 Risposte
+ 3
<img src="url" alt="" /> Just like that. this Will display the image at your page
+ 2
yes when you open a image or open it as a link or put only image then browser automatically does so. so you can make a div container with image height and width and set this to onclick on make it visible instead of link
0
<img src="url" alt="" style="width:300px;height:250px;">
Always specify the width and height of an image, if width and height are not specified, the page will flicker while the image loads.