Mikesal07 / The-Tea-Cozy

0 stars 0 forks source link

Best practices on Syntax #2

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

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, consider using html alt attributes, it helps identify the contents of image elements within your webpage for users who can’t view the image.

tommygebru commented 5 years ago