1. Following is the code to design a Web page which provides links to five distinct Web sites.
<HTML>
<TITLE> Link to five distinct Web sites </title>
<BODY>
Web site 1 <A HREF="https://www.expertsmind.com.com/">Expertsmind</A> Web site 2 <A HREF="https://www.google.com/">google</A>
Web site 3 <A HREF="https://www.totureglob.com/">tututor globe</A> Web site 4 <A HREF="https://www.onlineassignment.com/">education</A> Web site 5 <A HREF="https://www.apply teaching.com/">computer</A>
</BODY>
</HTML>
2. Three is the code for the provided page
<HTML>
<HEAD>
</HEAD>
<BODY>
<B><FONT SIZE=5><P>GENERAL TABLE OF CONTENTS</P>
</FONT><P>So, you wish to make a Web page</P></B> LESSONS:
<P><A HREF="../../makapage/introduction.htm">Introduction</A></P>
<P><A HREF="../../makapage/chap1.html">chap 1</A>: getting started, saving as html <BR>
<A HREF="../../makapage/chap2.html">chap 2</A>: backgrounds, italic, bold ,font & fontsize <BR>
<A HREF="../../makapage/chap3.html">chap 3</A>: basic formatting, line breaks, inserting images, <BR>
<A HREF="../../makapage/chap4.html">chap 4</A>: links, images, anchors, thumbnails <BR>
<A HREF="../../makapage/chap5.html">chap 5</A>: lists, more formatting, horizontal rules, comments <BR>
<A HREF="../../makapage/chap6.html">chap 6</A>: more resources <BR>
<A HREF="../../makapage/picker/index.html">Color Picker</A> <BR>
<A HREF="../../makapage/dafonts/master.html">Handy Dandy Font Viewer</A> -
<A HREF="../../makapage/dafonts/index.html">(intro)</A> <BR>
<A HREF="../../makapage/special.html">Special Characters</A> <BR>
<A HREF="../../makapage/upload.html">Upload your page to the Web</A> </P>
<P> </P>
<FONT SIZE=2><P> </P></FONT></BODY>
</HTML>