First Type of Heading

Second Type of Heading

Third Type of Heading

Fourth Type of Heading

Fifth Type of Heading
Sixth Type of Heading

Now Using Lighter, Secondary Text

Using small element with heading

h1 heading with Secondary Text

h2 heading with Secondary Text

h3 heading with Secondary Text

h4 heading with Secondary Text

h5 heading with Secondary Text
h6 heading with Secondary Text

Example of Abbreviation

abbr element is used to make abbreviation of text

The UNO was founded in ----.


Example of BlockQuotes

Blockquote element is used to present content from another source

The Hypertext Markup Language ( English for hypertext -Auszeichnungssprache ), abbreviated HTML , is a text-based markup language for structuring of digital documents such as text with hyperlinks , images and other content.

Wikipedia

Example of Description Lists

The dl element indicates a description list, dt is used for title of description, and dd is used for description data

Banana Juice
- made with Banana and milk
Milk
- white cold drink

Example of Code Snippet

Inline snippets of code can be embedded using code element.

Elements of HTML are: div , article, section



Example of Keyboard Inputs

kbd element is used to indicate input to be entered from keyboard

Use ctrl + c to copy the text


Concept of Multiple Lines

pre element is used to write multiple lines, and also preserves spaces and line breaks

        Text in a pre-element is displayed in a fixed-width font.
      

Concept of Background Colors

We can use conceptual background classes to provide "meaning through colors"

bg-primary, bg-success etcetra can be used to change background color of either paragraphs etcetra.

This color is bg-primary

This color is bg-success

This color is bg-warning

This color is bg-danger