HTML5
web designing
HTML Img Tag
HTML img tag :
Definition and Usage. The <img> tag characterizes a picture in a HTML page. The <img> tag has two required properties: src and alt. Note: Images are not in fact embedded into a HTML page, pictures are connected to HTML pages. The <img> tag makes a holding space for the referenced picture.
<img src="">
Specifies the URL of an image to be displayed.
<img src="/wp-content/uploads/flamingo.jpg">
image src : Definition and Usage. The required src attribute specifies the URL of the image.
HTML ALT:
The expression "ALT tag" is a typical shorthand term used to refer to the ALT attribute inside in the IMG tag. Whenever you utilize a picture, make certain to incorporate an ALT tag or ALT message inside the IMG tag.
Post a Comment