HTML Images - 0 views
-
The <img> tag is empty, which means that it contains attributes only, and has no closing tag.
-
To display an image on a page, you need to use the src attribute. Src stands for "source". The value of the src attribute is the URL of the image you want to display.
-
<img src="url" alt="some_text">
- ...10 more annotations...