HTML: Basic
CLI (Command Line Interface) Commands
Let's learn these commands!
- pwd: Print Working Directory
- cd: Change Directory
- mkdir: Make Directory
- touch: Create / Update file
HTML tags
Commonly used HTML (Hyper Text Markup Language) tags.
Header
- <h1>: Header 1 - Main Title of the site or article. One per page.
- <h2>: Header 2 - Secondary level heading
- <h3>: Header 3 - Subheading
Text
- <p>: Paragraph Tag
- <strong>: Strong Tag
- <em>: Emphasize
- <q>: Quote tag
- <blockquote>: Blockquote
- <small>: Small
- <a>: Anchor
Self Closing Tags
- <img />: Image
- <br />: Break
- <hr />: Horizontal Rule
This is a link to the next page.