What I have learned so far in the first two weeks of class, is how to write HTML semantically!
Hello everyone! My first two weeks have been going very well!
Writing semantic HTML is important, not just for yourself to help read your code at a later date and being able to understand it. But also for accessibility reasons, like screen readers.
Elements are important, and are added for a reason and have a specific purpose, for example the <nav> element. The purpose of this element is for navigation bars, but it could be used incorrectly.
Some interesting elements I learned about since starting the class would be the <picture> element. This element’s purpose is to display an image that would better fit a specific client’s device.