diff --git a/lessons/20-html-elements.json b/lessons/20-html-elements.json index 940e326..9d668e3 100644 --- a/lessons/20-html-elements.json +++ b/lessons/20-html-elements.json @@ -21,12 +21,12 @@ { "type": "element_exists", "value": "p", - "message": "Add a

paragraph element" + "message": "Add a <p> paragraph element" }, { "type": "parent_child", "value": { "parent": "p", "child": "strong" }, - "message": "Wrap the word 'important' with tags" + "message": "Wrap the word 'important' with <strong> tags" } ] }, @@ -45,22 +45,22 @@ { "type": "element_exists", "value": "header", - "message": "Add a

element" + "message": "Add a <header> element" }, { "type": "element_exists", "value": "main", - "message": "Add a
element" + "message": "Add a <main> element" }, { "type": "element_exists", "value": "footer", - "message": "Add a