From 224ea352b2138bf2c45d5dee49276ef49e57e502 Mon Sep 17 00:00:00 2001 From: Dawar Waqar Date: Mon, 28 Oct 2024 04:23:47 -0400 Subject: [PATCH] fix(curriculum): update question and hint for html lecture video (#56925) --- .../lecture-what-is-html/66f6db08d55022680a3cfbc9.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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--