Proj.2-Headings and List
Illustration of Headings and List.
- Ordered or Numbered List
(Using the OL with LI tag)
What is the Internet?
We'll look at it from these points of view.
- From a social point of view.
- From a practical point of view emphasizing resources.
- From a technical point of view.
Notes:
- The properties of headings as followings:
- The above bold phrases and sentences are using six levels of headings.
- H1 is the largest heading.
- H6 is the smallest heading
- H4 is the same size as normal format.
- The ALIGN property is used to align the headings. The default value is "LEFT"
- Ordered list has the following properties:
- Ordered list leaves the space on the top and bottom.
- The five values of TYPE property (A, a, I, i, 1) specify ordered items marked.
- Using the START property to set the value of the starting number
- Unordered List
(Using the UL with LI tag)
What is the Internet?
We'll look at it from these points of view.
- From a social point of view.
- From a practical point of view emphasizing resources.
- From a technical point of view.
Notes:
- Above is the value of TYPE properties. The default value is a
- circle
III. Descriptive Lists (Indenting)
(Using the DT and DD tags)
- From a social point of view
- Consider the Internet in terms of individuals and groups of users.
We'll focus on using the Internet for communication and the virtual communities
that have arisen in recent times.
- The first paragraph is coded in the DT tag that
is used to format the definition term and is left aligned.
- The second paragraph is coded in the DD tag that formats text to be used as
relative definitions and is indented.
- The DL tag encloses a definition list in which the DD tag and DT are included.
[Index
]
[
Proj.1 - Text Makeup Tags
]
Websitedevelopment
To the Top