diff --git a/curriculum/challenges/english/25-front-end-development/lecture-what-is-html/66f6db08d55022680a3cfbc9.md b/curriculum/challenges/english/25-front-end-development/lecture-what-is-html/66f6db08d55022680a3cfbc9.md index f994fbc7d3b..184b714b4c0 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-what-is-html/66f6db08d55022680a3cfbc9.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-what-is-html/66f6db08d55022680a3cfbc9.md @@ -86,7 +86,7 @@ Think about the additional symbol for defining tags apart from left-angle and ri ## --text-- -Which of the following is a valid attribute used inside image elements? +Which of the following is a valid attribute used inside the `img` element? ## --answers-- @@ -98,7 +98,7 @@ Which of the following is a valid attribute used inside image elements? ### --feedback-- -Consider what you often use inside an opening tag to supply additional information to the element. +Review the video starting at the `1:37` timestamp where the `img` element and the appropriate attributes were discussed. --- @@ -106,7 +106,7 @@ Consider what you often use inside an opening tag to supply additional informati ### --feedback-- -Consider what you often use inside an opening tag to supply additional information to the element. +Review the video starting at the `1:37` timestamp where the `img` element and the appropriate attributes were discussed. --- @@ -114,7 +114,7 @@ Consider what you often use inside an opening tag to supply additional informati ### --feedback-- -Consider what you often use inside an opening tag to supply additional information to the element. +Review the video starting at the `1:37` timestamp where the `img` element and the appropriate attributes were discussed. ## --video-solution--