How to Insert Images in HTML5- Web Programming Part 6

Опубликовано: 22 Март 2026
на канале: Learning With Faraz
98
2

By the end of this video you will be able to insert images in to your HTML page with details and u will understand the different paths that SRC can have.
Then I will teaching in detail about title tag
alt tag and so on
The src attribute specifies the location (URL) of the external resource.

he img tag defines an image in an HTML page.

The img tag has two required attributes: src and alt.

Note: Images are not technically inserted into an HTML page, images are linked to HTML pages. The img tag creates a holding space for the referenced image.

Tip: To link an image to another document, simply nest the img tag inside a tags
Differences Between HTML 4.01 and HTML5

The following attributes: align, border, hspace, and vspace are not supported in HTML5.
Differences Between HTML and XHTML

In HTML the img tag has no end tag.

In XHTML the img tag must be properly closed.
#HTML5 #IMAGESINHTML #WEBPROGRAMMING
Please Subscribe THe Channel And Support #GamingWIthFaraz