Files
Akhil Pillai 0164c919fd Add HTML snippet and CodePen link (#28507)
* Add HTML snippet and CodePen link

* fix: removed codepen link
2018-12-14 11:31:04 -08:00

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">

Resources