HTML38.
Description

Output

Source Code









Description

It show`s the color red in href but the blue is the default color of the link and The another definition term and Definition data......





Output







Source Code

<HTML>

<HEAD>

<TITLE>HTM37. 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>

BACK