This is the second experiment. I'm learning.
This has been the neocities tutorial.
Text formatting should happen via CSS, so I emphasize with em and stronly emphasize with strong.
A new p tag for every new paragraph,
a br for a line break that doesn't start a new paragraph.
I might want to look the link stuff up again later.
Here's the link: https://www.htmldog.com/guides/html/beginner/links/
first cell in row one | second cell in row one |
first cell in second row | second cell in the second row |
There are different layers of elements. Inline elements, like em and strong, can be within block-level elements, but block elements span across the entire element containing them and can't go inside inline elements (and other block elements? not quite sure about this one). Elements ontained within other elements are child elements .
inline elements | block-level elements |
em | p |
strong | |
a | |
scan | div |
The title attribute can be applied to images and links.
Lists I know about:
Lists I'm learning about now:
formatting tags i can remember off the top of my head right now:
line break (br)
emphasis (em)
strong emphasis (strong)
strikethrough (del)
small text high (sup)
small text low (sub)