Links and Images
BeginnerFill 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.