Markups Lists & Heading Images Links Tables Forms

Raphael Ortiz
Ortir47@mail.sunysuffolk.edu
Project 2: List & Heading

Hello!
This page show Listing & Heading and some Listing & Heading tags, hope it helps.


Heading:

The H1 tag is for your First Heading, like this:

Heading

The H2 is for your Second Heading, like this:

Heading

The H3 is for your Third Heading, like this:

Heading

The H4 is for your Forth Heading, like this:

Heading

The H5 is for your Fifth Heading, like this:

Heading

Listing:

The LI tag is to make a List Item.

The UL tag is to make a Unordered List, like this:
  • One
  • Two
  • Three

The "list-style-type:disc" tag with be Marked with Bullets(default), like this:
  • One
  • Two
  • Three

The "list-style-type:circle" tag with be Marked with Circles, like this:
  • One
  • Two
  • Three

The "list-style-type:square" tag with be Marked with Squares, like this:
  • One
  • Two
  • Three

The "list-style-type:none" tag with Not be Marked, like this:
  • One
  • Two
  • Three

The OL tag is to make a Ordered List, like this:
  1. One
  2. Two
  3. Three

The type="1" tag with be numbered with number(default), like this:
  1. One
  2. Two
  3. Three

The type="A" tag with be numbered with Uppercase letters, like this:
  1. One
  2. Two
  3. Three

The type="a" tag with be numbered with Lowercase letters, like this:
  1. One
  2. Two
  3. Three

The type="I" tag with be numbered with Uppercase Roman numbers, like this:
  1. One
  2. Two
  3. Three

The type="i" tag with be numbered with Lowercase Roman numbers, like this:
  1. One
  2. Two
  3. Three

The DL tag is to make a Description List.

The DT tag is to make a Term in a description list.

The DD tag is to make a Description in a description list, like this:
Apple
- Red color fruit
Lemon
- Yellow color fruit

NOTE :"This is an Example of an Nested list."
  • MAT
  • CST
    • 161
      • Home Page & Website Development
    • 141
  • PSY

NOTE :"This is an Example of an List with some STYLE tags and List Tags."

The Great American Novel

  1. Introduction
    1. Boy's childhood
    2. Girl's childhood
  2. Development
    • Boy meets Girl
      • Boy and Girl go out on Date
        • Boy and Girl share first kiss
      • Boy and Girl go out on more Dates
    • Boy and Girl fall in love
    • Boy and Girl have Fight
  3. Climax
    1. Boy gives Girl ultimatum
      1. Girl can't believe her ears
      2. Boy is indignant at Girl's indignance
    2. Girl tells Boy to get lost
  4. Denouement
  5. Epilogue


Have fun using HTML and good luck.
Goodbye.

Back To Homepage