HTML elements are the building bricks of a HTML page
HTML elements consists of tags
< (angle bracket) defines the start of a tag
> defines the end
Most elements have a starting tag as well as an ending tagthe ending tag starts with a slash (/)e.g. the b HTML element:
Hello world!
The elements can be specified with attributes, e.g.
Most HTML elements can be nested:
CONTENT ABC