1.0 KiB
1.0 KiB
title
title |
---|
Add Images to Your Website |
Add Images to Your Website
Attributes are key value pairs inserted into the tag. The syntax is <tag key1="value1" key2="value2"> </tag>
or, in case of self-closing tags, <tag key1="value1" key2="value2" />
- notice that the pairs are separated by a space character, not by a comma.
<img src="insert URL of the image" alt="Cute dog smiling">