html

Elements

Block-level Elements

Common block-level elements:


Inline Elements

Elements are surrounded by greater and less than angle brackets, e.g. <div>

Tags are composed of both the angle brackets and element, e.g. <div>

Opening tags look like <div>

Resources