This is a heading(1)

This is a heading(2)

This is a heading(3)

This is a heading(4)

This is a heading(5)
This is a heading(6)

This is a paragraph.

This is another Paragrph

HTML Links

HTML links are defined with the a tag. The link address is specified in the href attribute:

This is a link

HTML Images

HTML Images are defined with the img tag, and the filename of the image source is specified in the src attribute:

Moon can be seen through a tree

HTML Buttons

HTML buttons are defined with the button tag:

An Unordered HTML List

An Ordered HTML List

  1. Coffee
  2. Tea
  3. Milk

The Style Attribute

The Style Attribute is used to specify the styling of an element, like color:

I am a paragraph

The Title Attribute

Mouse over the paragraph, to display the title attribute as a tooltip.

Single or Double Qoutes?

In some situations, when the attribute value itself contains double quotes, it is necessary to use single quotes:

John with Single quotes

John with Double quotes

Heading 1

You can change the size of the heading with the style attribute, using the font-size property.

This is heading 1

This is some text.


This is heading 2

This is some other text.


This is a paragraph contains a lot of lines in the source code, but the browser ignores it.

This is
a paragraph
with line breaks.

The pre element

The pre tag preserves both spaces and line breaks:

		My Bonnie lies over the ocean.
		My Bonnie lies over the sea.
		My Bonnie lies over the ocean.
		Oh, bring back my Bonnie to me.
	

HTML Colors

You can set the background color for HTML elements.

HTML colors are specified using predefined color names, or RGB, HEX, HSL, RGBA, HSLA values

Tomato

Orange

DarkGoldenRod

MediumSeaGreen

Gray

SlateBlue

Violet

lightGrey

DodgerBlue

		You could write anything 
		in this thing.
		Merry christmas
		And Happy New Year
	

Hello World

HTML Text Formatting Elements

Formatting elements were designed to display special types of text:

 - Bold text
 - Important text
 - Italic text
 - Emphasized text
 - Marked text
 - Small text
 - Deleted text
 Inserted text
 - Subscript text
 - Superscript text

The link to move forward