1Write about Tag or Element with example 2 What are the two
1-Write about <img> Tag or Element with example.
2- What are the two ways to specify a URL?
Solution
1-
Images are not strictly inserted into an HTML page but they are connected to HTML pages. The <img> tag generates a holding space for the referenced image. To link an image to another document, just nest the <img> tag inside <a> tags. In HTML the <img> tag has no end tag.
