How to add image , audio , video and Links on webpage?
HTML Image Tag: 'Img' tag is used to add an image on the web page. It is a self-closing tag. <img src = " " alt = " " /> Here, In 'src' we insert the source of an image either from any website or self-directory. But, In any case, if the image has not...
gudiyagaur.hashnode.dev3 min read