fix(curriculum): update question and hint for html lecture video (#56925)

This commit is contained in:
Dawar Waqar
2024-10-28 04:23:47 -04:00
committed by GitHub
parent 5f21d12f37
commit 224ea352b2

View File

@@ -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--