Element
Term side of the Card
Topic: Basics
Unit title: Element
Categories: Concept
Explanation side of the Card
Explanation: The complete block of markup that consisting of an opening tag, closing tag and the content between them. It can include text, other elements or both. For example, `<p>Hello, World!</p>` is a paragraph element where `<p>` and `</p>` are tags and 'Hello, World!' is the content of the element.