- <!DOCTYPE html>--- first part of a html doc
- <html>--- after ^
- <head>--- info about the page
- <title> the title... obviously
-
- <h1>-<h6>--- headings. 1 is the biggest, 6 is the smallest. like font sizes*
- <p>--- paragraph
- <body>--- what is displayed on the screen
- <div>--- "division" groups elements. also IDs them
- id=...--- goes inside of a div element. labels text. must be in quotes
- <span>--- used with <p>. used to separate small pieces of content on the same line?
- <em>--- italics
- <strong>--- bold
- <br>--- "line break". like an enter in google doc. can be stacked
-
aug 21 2024 ∞
nov 29 2025 +