The main structure of an HTML page makes use of <head>, <title> and <body> tags. Implementation of HTML through use of titles, videos, audio, div, anchor, headings, paragraphs and links provides a solid basis for future implementation.
This tag is used to include images on a webpage. It acts as a link to an image stored as part of the website. The tag must include a link to the image and alt text. The alt text is used to:
appear on screen where the image should be if the actual image will not display
allow screen readers to describe images to users with visual impairment
allow search engines to index webpage content (can return images when the text in an alt tag is searched for in a search engine)