HTM38
DESCRIPTION :
OUTPUT :
SOURCE CODE :
DESCRIPTION :
HTM37 IS Using definition List for course descriptions.
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.
SOURCE CODE:
<Html>
<HEAD>
<TITLE>HTM38</TITLE>
</HEAD>
<BODY>
<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>
RETURN