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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub