Skip to content

video not played or not found error
click on direct switch

Hosted by Dailymotion. For legal issues: Copyright Center · DMC · Instant Removal

HTML Tutorial for Beginners#8 Adding Image to a web page

W
WEB Development Trainer

4 Views • Jan 30, 2018

Description


HTML Tutorial for Beginners#8 Adding Image to a web page

In this video we are going to add image to web page


Following tags and attributes are used for adding and editing image in page:


: img is empty tag it does not need to close.

src: is attribute it denotes the URL of image

alt: denotes alternate image or text in case if image is not available.

width: attribute to increase decrease the size of image by width.


Height: attribute to increase decrease the size of image by Height.


The Height and Width of image always size and resize in pixels.



Practice File:




Adding image to a web page