DeniseO25 / prj-rev-bwfs-tea-cozy

1 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, 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 typos and errors:

DeniseO25 commented 5 years ago

Thank you Tommy, this really helps as I have been a having troubles with the particular issues you have stated.

tommygebru commented 5 years ago

Of course! no worries Denise sometimes these things require a second pair of eyes, but proper syntax and formatting is very important to get the desired output in web pages and apps. Pay attention to minor errors like spelling and typos, consider installing a “Spell-check” extension for your code editor, as well as other helpful “Linters” that check for coding errors 😉