reading-notes

201 reading notes

View the Project on GitHub iswimfree/reading-notes

Intro to HTML & Java

“This was a lot of reading”- Mikey, A Codefellows Student.

A Brief Summary of What I’ve learned

Introduction (pp.2-11)

HTML Chapter 1: “Structure” (pp.12-39)

HTML Chapter 8: “Extra Markup” (p.176-199)

-Because there have been several versions of HTML, each web page should begin with a DOCTYPE declaration to tell a browser which version of HTML the page is using

HTML Chapter 17: “HTML5 Layout” (pp.428-451)

Back to main