ALWAYS START WITH [!DOCTYPE html]
alright ilena it's time for you to remember these coding terms
in order to substitute the < >'s, we will use brackets [ ].
[p] standard "paragraph" or standard text. end with [p]
[h1] means that this is a header or title. this can be used all the way to h6 i believe? look below. also end it in [/h1].
[ul] is used in order to make bullet points. format below is:
-
[li]word 1[/li]
[li]word 2[/li]
[li]word 3[/li]
(end in) [/ul]
-
[ol] is used in order to make numbered points. format below is:
-
[li] websites [/li]
[li]yarn [/li]
[li]catnip [/li]
(end in) [/ol]
to add links to words, you would do:
[a href="link"]Description[/a]
unsure on how to add photos :( to research