HTML Help

This class was my first introduction into HTML. The following are sites that I used to further my knowledge or sites I used to help me on my HTML journey.

 

  • w3schools.com: this site was the most comprehensive and helped me the most. This is where I learned the different lists you could have in HTML. It aslo provided examples that made it easier to understand how to structure and format lists correctly. It also came in handy when troubleshooting issues in Dreamweaver, especially when checking and fixing problems in code view.

 


  • freecodecamp.org: this site helped me to better understand what HTML tags are and what these tags accomplish within a HTML document. It also reinforced my understanding with simple explanations and real examples that showed how tags work in a completed web page.

 


  • developer.mozilla.org: this site reinforced most of what I learned from the other two, although it did help me gain a better understanding of how powerful HTML and CSS are when designing a webpage. It also helped me better understand things like hover effects and how small changes in HTML and CSS can impact how a page looks and feels.