javascript
Brief description  about Online courses   join in Online courses
View sowmya  katyayini 's Profile

assignments

suppose i have created html file named "image1.html" to display the images in "images" folder.should i place the folder in "image1.html",zip it and submit it?the image is occupying the full screen.how to reduce its size?
Asked by sowmya katyayini | Jan 10, 2010 |  Reply now
Replies (4)
View kshitish chandra pradhan 's Profile
<img src="pathtoimage.jpg" width="100px" height="100px" border="0">
Sep 26, 2012
View dhanashree chetan tupkar 's Profile
if you made image in separate then add these two files like html and a image folder name it with assignment or else then zip that then upload the same
Sep 3, 2012
View prasun basu 's Profile
Put both the "image1.html" file and the "images" folder inside a parent folder. Zip the parent folder and then submit it.
Jan 13, 2010
View sanjay s nair 's Profile
<img src="pathtoimage.ext" width="100px" height="100px">
Jan 10, 2010