SyntaxStudy
Sign Up
Home HTML Exercises Links and Images

Links and Images

Beginner

Fill in the correct HTML attributes for links and images.

An anchor tag uses the attribute to specify the destination URL.

To open a link in a new tab, add target="".

An image tag uses the attribute for the image path and for accessibility text.

The image tag is a (void) element — it has no closing tag.