HTML 38

Description

a web page show definition List for course descriptions

Source Code

html38 <HTML>
<HEAD>
<TITLE>HTM38. Using definition List for course descriptions</TITLE>
</HEAD>

<BODY BGCOLOR = #FFFF00 TEXT = #8E2323 LINK = #FF0000 ALINK = #00FF00 VLINK = #000000>
<H2><B><CENTER><FONT COLOR = �blue�>Welcome to our online course catalog
</FONT></CENTER></B></H2>
<P>
Since last term, we have added ne exciting courses<BR>
that cover a wide spectrum of interests and market needs.<BR>
Here are descriptions some of our new exciting courses.
<DL>
<DT><FONT COLOR = red>Surfing the Web</FONT>
<DD>This course is designed for beginners. It shows how to surf the Web effectively using search tools such as search engines, metasearch engines, smart browsing, Web portals, and channels.
<P>
<DT><FONT COLOR = red>Javascript</FONT>
<DD>This course covers the concepts of OOP and how they relate to Java. It also covers Java Swing package and graphics tools.
<P>
<DT><FONT COLOR = red>Networking</FONT>
<DD>This course covers the fundamentals of networking and protocols. It covers both LANs and WANs.
</DL>
</BODY>
</HTML>

Output

Welcome to our online course catalog

Since last term, we have added ne exciting courses
that cover a wide spectrum of interests and market needs.
Here are descriptions some of our new exciting courses.

Surfing the Web
This course is designed for beginners. It shows how to surf the Web effectively using search tools such as search engines, metasearch engines, smart browsing, Web portals, and channels.

Javascript
This course covers the concepts of OOP and how they relate to Java. It also covers Java Swing package and graphics tools.

Networking
This course covers the fundamentals of networking and protocols. It covers both LANs and WANs.