Hello Class,

This is an example of a paragraph in HTML. Lorem Ipsum placeholder text will be used in this sample web page. For example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

However, you will use meaningful text content of your choice.

The following tag defines a thematic break in an HTML page.

<hr> It is used to insert a horizontal rule or in an HTML page to divide or separate document sections. See below:


The following are examples of HTML text formatting:

Hello there...How are you M.M.

This is heading 2

This is heading 3

This is heading 4

This is heading 5
This is heading 6

This text is bold
This text is italic

This is subscripted text.

This is superscripted text.

The HTML tag <mark> highlightes text/ For example!

The HTML <del> element defines deleted/removed text.

A line break in text can be made with the following tag <hr>


This is the base font size. This is font size 6 while this is font size -3 and this is Red Text Color


Examples of HTML lists

Ordered HTML List

  1. Coffee
  2. Tea
  3. Milk

Unordered HTML List


Examples of inline CSS style

This is text blue.

This is an example of inline CSS style that defines text color (blueviolet). H1 heading is used as well.

This is a paragraph with Verdana font.

This text is 30px.

While this sentance usess a regular font size.

This is only 11px.