What is the html code for a thumbnail picture?
I am taking a web design class and one of our assignments is to create a mini site, anyway they want us to make a thumb nail picture that links to a big picture, they also want it to align right. This code is not in my book. Does anyone know what this code would be? Thanks!
Hello,
You can size the images how ever you like:
<img src="image.gif" height="50" width="100">
This will resize it to your ideal size. Good Luck!
Sean Colicchio
Server Engineer
hosting.com
Hello!
You may use attributes height and width for IMG tag.
http://www.htmlcodetutorial.com/images/_IMG_WIDTH.html
Hope this helps