I am halfway through the HTML book. So far, it has been an easy read and some information I already knew. To me, the nice part about it is the “why” behind the language. To me, knowing the why makes understanding, fixing, and starting from scratch much easier. So far the book covered the basics of HTML and XHTML structure. I will go over some of my key takeaways below:
- XHTML and HTML tell the browser how to display the page
- Both have 3 types of components – Elements, Attributes, and Entities
- DOCTYPE specifies what markup language is used for the page
- For XHTML you need to add a namespace
- Metadata: Keywords, description/information of the page. Has it’s own element and attributes – name and content
- Learned about formatting – headings, blockquote, paragraph, ordered lists, unordered lists, list elements, definition lists, anchor element, alignment, images, links
- More specific formatting and styling is saved for the CSS portion
If there is something that I have missed or haven’t said correctly, please feel free to correct me.
leave a reply