Learn HTML by Building a Cat Photo - Step 14

You’d have to post the code for context.

Refer to step 10 for the anchor element. It has a closing tag and an attribute.
Attributes provide information for the element.

For example, <img src=""> src is the attribute.

For step 14,

  1. Wrap “cute cats” around an anchor element.
  2. Copy-paste the url listed into the attribute of the anchor taught in step 10.