This is heading 1, aligned to the center of this page
An Unordered List :
- Paragraphs:
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
This is
a para
graph with line breaks
In the HTML source code, there is a comment here:
- Heading Sizes:
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
- Formatting Text:
This text is bold
This text is big
This text is emphasized
This text is italic
This text is small
This is subscript and superscript
- Preformatted Text:
This is
preformatted text.
It preserves both spaces
and line breaks.
The pre tag is good for displaying computer code:
for i = 1 to 10
print i
next i
--------------------------
Other types of Unordered Lists:
Disc bullets list:
- Elliptic
- Parabolic
- Hyperbolic
Circle bullets list:
- Elliptic
- Parabolic
- Hyperbolic
Square bullets list:
- Elliptic
- Parabolic
- Hyperbolic
--------------------------
An Ordered List:
Numbered list:
- Elliptic
- Parabolic
- Hyperbolic
Letters list:
- Elliptic
- Parabolic
- Hyperbolic
Lowercase letters list:
- Elliptic
- Parabolic
- Hyperbolic
Roman numbers list:
- Elliptic
- Parabolic
- Hyperbolic
Lowercase Roman numbers list:
- Elliptic
- Parabolic
- Hyperbolic
--------------------------
Inserting an Image:
Diffusion Equation:
--------------------------
Inserting a Hyperlink:
This text is a link to the
Thayer School of Engineering
website.
--------------------------
Reference: http://www.w3schools.com/Html/html_examples.asp