HyperText Markup Language/Glossary

This is a glossary of the book.

B

block element

E

element
A part of a document starting with an opening tag and ending with a closing tag, such as "<p><b>keyword</b> is important</p>".

I

inline element

T

tag
The opening and closing sequence of characters of an element, such as "<p>" or "</p>". To be distinguished from element.