interneting is ez

first, we need to learn some basic HTML.

just learned how to make headings!

meowmeowmeowmeowmeow

there are 6 levels of headings in html

lists

this is how u make an unordered list

this is what an ordered list looks like

  1. notice the new ol element wrapping everything
  2. but the list item elements are the same
  3. also note how the numbers incriement on their own
  4. you should be noticing things in this order because it is an ordered list!

inline elements

sometimes you need to draw emphasis to a particular phrate

using the element em puts things in italics when using html without css

other times you need to strongly emphasise a word when using html without css

using the strong element puts things in bold

I LIKE YELLING THO

empty elements

thanks for reading! interneting should be getting a bit easier now

regards
mik


ps this page looks shit but we will learn css soon!