Mumtahinzihan / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

Best practices on closed tags, alt attributes and id/class names #3

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, 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.

tommygebru commented 5 years ago

Minor Issue:

Review the Tea of the Month Section, for the padding elements. Its currently set to an ID, consider using a classname instead 👀 You can also check out this article here https://www.htmldog.com/guides/css/intermediate/classid/