HTML

Step 7: Add an image under the paragraph by typing <img src="", and selecting the image from the list of files. Complete the image tag by closing it with a >. It should look something like:
<img src="image.png">
The src is an example of an attribute, which is used to add information to a tag. In this case, src stands for source.

Hint: Type double quotes for the attribute. Refer to number 7 in this keyboard diagram.
Last step Next step