The DL (definition Lists) tag allows you to create glossaries or list of terms and definitions. A glossary consists of three tag elements: a tag to define the list (DL), a tag to define the term (DT), and a tag to define the definitions (DD).
Example:
HTML>
HEAD>
TITLE> Definition List
/TITLE>
BODY>
DL>
DT> Hardware
DD> Is defined as physical or tangible equipment associated with computer system. Example of hardware are CENTRAL PROCESSING UNIT, Input Devices, Output Devices and Secondary Storage Devices.
DT> Software
DD> Is a set of Programs.
/DT> Peripherals
DD> Equipments connected around the CPU.
/BODY>
/HTML>
Example:
HTML>
HEAD>
TITLE> Definition List
/TITLE>
BODY>
DL>
DT> Hardware
DD> Is defined as physical or tangible equipment associated with computer system. Example of hardware are CENTRAL PROCESSING UNIT, Input Devices, Output Devices and Secondary Storage Devices.
DT> Software
DD> Is a set of Programs.
/DT> Peripherals
DD> Equipments connected around the CPU.
/BODY>
/HTML>
0 comments:
Post a Comment