Images and videos in HTML

HTML may display an image or a video. If images did not exist in the web pages, then it would be a boring Internet, if videos did not exist then web site such as YouTube would not exist.

Images and videos are separate entities in an HTML document.

If a web page has multiple images, then a separate HTTP request is made to retrieve such an image.

Images need to be made a certain size and resolution to reduce file size of that image, otherwise it will take a long time to download high resolution and good quality image.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator