This is heading one

This heading carries the most weight.

This is heading two

The second headings are for "next level" sections in which would follow the heading one.

This is heading three

This is heading four

This is heading five
This is heading six

The next text based tag is blockquote:

“Success is to be measured not so much by the position that one has reached in life as by the obstacles which he has overcome while trying to succeed.” —Booker T. Washington


function greet() { return "Hello World"; } console.log(greet());

function gret() {
			return "Hello World";
			}
			console.log(greet());
			
		

It is Wednesday Night
I love HTML lots,
Happy to be here.

Lists

Unordered Lists

The unordered list is for things that do not need to be placed in any order.

Here is a nested unordered list:

Ordered List

  1. Buy the coffee
  2. Brew the coffee
  3. Drink the coffee
  4. Repeat

Description Lists

This is a term
This is what the term means.
This is another term
I would put the info about the above term inside here, with other words describing it, etc.