HTML: Basic

CLI (Command Line Interface) Commands

Let's learn these commands!

HTML tags

Commonly used HTML (Hyper Text Markup Language) tags.

Header

  1. <h1>: Header 1 - Main Title of the site or article. One per page.
  2. <h2>: Header 2 - Secondary level heading
  3. <h3>: Header 3 - Subheading

Text

Self Closing Tags

This is a link to the next page.