Exercise 4.2 ** Chapter 4 ** Page 106
Back To Home
- Lists
- Ordered
- Type
- Alpha
- Uppercase
- Lowercase
- Arabic numbers
- Roman numerals
- Uppercase
- Lowercase
- Start
- Unordered
- Type
- Square
- Disk
- Circle
- Examples
- Give 3 reasons why the contents of the TITLE element should be short and descriptive.
-
(1) To allow visitors to easily identify/define the contents of the page.
(2) Many graphical browsers place the title in the bar across the top of the screen and
long titles may be cut off.
(3) An Internet search site may return only the title as a description of your page and
people may make a decision on whether to visit your page or not based on this information.
- What is the basic code for a source anchor container and a target anchor container?
- Source Anchor example: href="#xx">xxxx xxxxx. Target Anchor example:
name="xx">xxxx xxxxx. Of course make sure you use the containers around it!
- What is the difference between a source anchor and a target anchor?
- The source is the origin of the link and the target is the end of the link; the place
from which data is being transferred.
- What is an advantage to creating an ordered list using the OL element instead of
manually numbering each item?
- For example, if you wanted to add an item in the middle of your list and had used the
OL element, the browser would automatically renumber your list for you.
- What is the difference between an ordered and unordered list?
- An ordered list is a list with items numbered or lettered. An unordered list is a
a list with bulleted items.
Return to Top