PDF and Assignemnt/3th Day Image
PDF and Assignemnt/3th Day Image
CNCWEBWORLD
Topic:Image
Trainer –
Shilpa Nikhare
IMAGE
<img> tag defines an image in an HTML page.
src: specifies URL of the image file.
Relative path
<img src="2.jpg">
<img src="img/2.jpg">
Absolute path
<img src="G:\picture\img\1.JPG">
IMAGE
Width and Height: sets width and height of the
image.
<img src="2.jpg" width="300" height="200">