Embedding Image in HTML page
In this article, we are going to learn how to embed images in a HTML document. Table of Contents Embedding Image in HTML page Attributes Figure Caption To add images to a page - we use <img> inline element It is an empty element - it doesn’t wrap any other content and exists as a single tag.
Read More