Learn HTML by Building a Cat Photo App - Step 55

hello and welcome to fcc forum :slight_smile:

few things to note:

  • “label” tag is missing text “Loving”
  • “label” tag is missing “for” attribute, and which value should be same as “input” element “id”
  • “input” element should come before “label” element
  • and last but not least add a “single space” between “input” and “label” element

that should be enough to pass this step…

happy learning :slight_smile: