Open tommygebru opened 5 years ago
Minor typos and errors:
Review Line 8 of your HTML, missing quotation marks " "
Incorrect use of the controls
attribute, remove this from your image elements 👀
align
is not a propertyFA9A
is not a hex color
Great work on closing your html elements this will make sure the html structure follows your logic. Also, great work on using other html attributes such as id and class names, both provide clarification on how to use and access your elements.
Also, cool use of html alt attributes, it helps identify the contents of image elements within your webpage for users who can’t view the image.