video
element is used to embed video content in an HTML document.audio
element is used to embed audio content in an HTML document.controls
attribute to display a control bar for playback.autoplay
attribute to play the video or audio automatically when the page loads.loop
attribute to loop the video or audio.display: grid
property.grid-template-rows
and grid-template-columns
properties.grid-column
and grid-row
properties.srcset
attribute specifies the different image sources for different screen sizes.sizes
attribute specifies the different image sizes for different screen sizes.picture
element to provide alternative image sources for different scenarios.loading
attribute to control how the browser loads the images.img
element is used to embed images in an HTML document.alt
attribute to provide alternative text for the image.src
attribute to specify the source URL of the image.width
and height
attributes to specify the size of the image.iframe
elements can be used to embed external web pages or documents within an HTML document.embed
element is used to embed external media, such as videos or audio, within an HTML document.object
element is used to embed external multimedia content, such as videos or audio, within an HTML document.Video/audio on the web evolved from plugins to native HTML elements. ‘src’ is the video file URL, ‘controls’ displays playback controls. Fallback content inside