HTML Tag Glossary
Completion requirements
HTML has a large collection of tags that we just don't have time to cover in our class. I want each of you to add a tag here with explanation about what it's for. I have created 1 entry as an example.
Browse the glossary using this index
Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
B |
---|
blockquote<blockquote> For quoting from an external source. Typically rendered as indented text. | |
button<button> Specifies button that can be clicked. Commonly used with forms. | |
H |
---|
L |
---|
L<li> To make an ordered/unordered lists items </li> <li>Monday</li> <li>Tuesday</li> <li>Wednesday</li> | |