Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1
A.8 List Tags^585

The

Ta g



The

tag creates a separate division, or logical area, on a Web page. A line break
occurs before and after the division.


The alignattribute specifies the horizontal placement of the division. The values for
the alignattribute are "left"(default), "right", and "center". The alignattribute
is deprecated.


The Ta g



The tag creates a separate logical area on a Web page without any line breaks
before or after. It is often used to apply styles.


A.8 List Tags


The

Ta g



The

tag creates a definition list. It is used with the
and
tags.


The

Ta g



The

tag identifies a defined term in a definition list.


The

Ta g



The

tag identifies a definition in a definition list.


The

    Ta g



      The

        tag creates an ordered, or numbered, list. It is used together with

      1. tags. The deprecated typeattribute on the
          tag configures the type of ordering.
          The deprecated startattribute configures the beginning value displayed in the list.
          Table A.5 shows
            tag attributes and their values.