HTML Images
HTML img tag is used to display an image on a web page. HTML img tag is a empty tag containing only attributes, closing tags are not used in the HTML image tag. Syntax <img src="url of image" alt="alternate text"> Src:used to specify a path to an image. Alt:used to specify alternate text of an image. Height:used to specify a the height of the image. Width:used to specify the width of the…
View On WordPress




















