HTML 25

Description

a web page with definition lists.

Source Code

html25 <HTML>
<HEAD><TITLE>HTM25. A Web page with definition lists</TITLE></HEAD>

<BODY>
<H2><B><CENTER><FONT COLOR = blue>BOOKS</FONT></CENTER></B></H2>
<DL>
<DT>OFFICE PRODUCTIVITY
<DD>contains MS Word, MS Excel, MS Publisher, and MS Outlook
<DT>CREATIVE DESIGN
<DD>contains Adobe Photoshop, Adobe Illustrator, Adobe InDesign, and Adobe Acrobat
<DT>WEB DESIGN
<DD>contains HTML, XHTML, CSS, JavaScript, and Dreamweaver
</DL>
</BODY>

</HTML>

Output

HTM25. A Web page with definition lists

BOOKS

OFFICE PRODUCTIVITY
contains MS Word, MS Excel, MS Publisher, and MS Outlook
CREATIVE DESIGN
contains Adobe Photoshop, Adobe Illustrator, Adobe InDesign, and Adobe Acrobat
WEB DESIGN
contains HTML, XHTML, CSS, JavaScript, and Dreamweaver