HTML
- Stands for Hyper Text Markup Language
- Skeleton of a webpage
- Tells the browser how to display content
HTML: Head + Body Tags
Head <head></head>
- Important information but not for the user
- metadata, tab
Body <body></body>
- Visible part of the document
HTML: Elements
- Building blocks
- Little pieces of ocntnet
- Sandwiched between tags <>
- divs
HTML: Attributes
- Provide more detail about the element
- All HTML elements have attributes
- Some have required attributes
<img>