or, a tutorial for later
this is for making paragraphs 'p'
so maybe if i drop a heading below....
the advancements of technology amaze me. i didnt close the heading so its still bold
now however...
The 'a' in a link tag stands for 'anchor'. The 'href' is short for 'hypertext reference' - it's a way to reference another hypertext document, like your favorite website!
links go inside the paragraph nest, like this '< a href= "https://en.wikipedia.org/wiki/Lamprey> '
in practice it looks like this click yippie!
the text inserted into the opening < a > is the hyperlink, add regular text before closign out the /a
to insert an image use ""< img src="/neocities.png"> "" without closing tags.. if the image is alreasdy in directory (?) use the file name like kotek.jpeg, otherwise full urls are needed. idk how to insert from computer...
WHY ISNT THE LINK WORKING
to make a bullet point list, use '< ul >' and each item to have < li > component on either end.
numbered lists use '< ol >'