HTML Tags
There are some tag basics on the HTLM Into page
The below links leave my website to go to some other pages that have lists of different tags, with their
associated attributes, and some code examples uses. The first two
links only list tags that produce an inline or block level element. The last
list has them all but with some organization.
Remember that inline elements stay on the same
line unless they run out of room where bock level elements start on a new line (some bleck level elements have a
default top or bottom margin that also gives them the appearance of including blank
lines before and after the content they contain).