Programmers prefer multimedia tags in order to provide advertisements on the browser.
Image Tag : It is used to provide images on the browser.It takes four attributes they are,
src : It stands for source attribute which is basically used to provide image filename along with extension.
Width & Height : These are used to control the dimensions of the image.
alt : It stands for "alternate text" used to give some kind of message if given file does not exist.
Audio and Video Tag : It is used to stream the audio and video files on the browser.The common attribute between these tags are " src " & " controls " is used to display play,pause buttons for the audio and video files.
Note : As a programmer we can change the dimensions of video and image by using " width " & " height " attribute.
Center tag is used to move the image or any file to the center of the Html page on the browser.