0% found this document useful (0 votes)
34 views5 pages

Week 3

The document contains a weekly programming assignment with 7 questions. Question 1 lists numbers 1-10 in different colors. Question 2 shows the squares of numbers 1-10. Question 3 contains ordered and unordered lists. Question 4 displays addresses in different formats. Question 5 links to different parts of a page containing the lyrics of "Amazing Grace". Question 6 includes images with captions. Question 7 is blank.

Uploaded by

oppong dominic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views5 pages

Week 3

The document contains a weekly programming assignment with 7 questions. Question 1 lists numbers 1-10 in different colors. Question 2 shows the squares of numbers 1-10. Question 3 contains ordered and unordered lists. Question 4 displays addresses in different formats. Question 5 links to different parts of a page containing the lyrics of "Amazing Grace". Question 6 includes images with captions. Question 7 is blank.

Uploaded by

oppong dominic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

<DOCTYPE html>

<html>
<head>
<title> Week 3 Programming Assignment</title>
</head>
<body>
<h1> Question 1 </h1>
<p style="color: indigo;">1</p>
<p style="color: cyan;">2</p>
<p style="color: magenta;">3</p>
<p style="color: brown;">4</p>
<p style="color: orange;">5</p>
<p style="color: blue;">6</p>
<p style="color: yellow;">7</p>
<p style="color: pink;">8</p>
<p style="color: purple;">9</p>
<p style="color: green;">10</p>

<h1>Question 2 </h2>
<p>1<sup>2</sup> = 1</p>
<p>2<sup>2</sup> = 4</p>
<p>3<sup>2</sup> = 9</p>
<p>4<sup>2</sup> = 16</p>
<p>5<sup>2</sup> = 25</p>
<p>6<sup>2</sup> = 36</p>
<p>7<sup>2</sup> = 49</p>
<p>8<sup>2</sup> = 64</p>
<p>9<sup>2</sup> = 81</p>
<p>10<sup>2</sup> = 100</p>

<h1> Question 3 </h1>


<h2>ORDERED LIST</h2>
<ol>
<li> Central Administration </li>
<li> Justice and Security Sub-Committee </li>
<li> Agric and Mines Sub-Committee</li>
</ol>
<h2>UNORDERED LIST</h2>
<p> My scale of preference :</p>
<ul>
<li> Milk </li>
<li> Sneakers </li>
<li> Pants </li>
</ul>

<h1> Question 4 </h1>


<div>
<h1>SENDER's Address:</h1>
<p>C/O Mr. Alex Oppong </p>
<p>P. O. Box 389</p>
<p>Darkuman - Accra </p>
</div>

<div style="text-align: center;">


<h1> RECEIVER's Address : </h1>
<p> District Chief Executive</p>
<p>Wassa East District Assembly</p>
<p>Daboase</p>
</div>
<h1> Question 5 </h1>
<h2 id="mystart"> PAGE </h2>
<a href="#myfooter">Click here to go at the end of the page</a>
<CENTER><H1><A NAME="intro"></A>Amazing Grace</H1></CENTER>

<BR>Amazing grace how sweet the sound


<BR>That saved a wretch like me
<BR>I once was lost, but now I'm found
<BR>Was blind but now I see
<BR>
<HR WIDTH="100%">

<CENTER><H1><A NAME="Primo"></A>Secong Verse</H1></CENTER>

<BR>'Twas grace that taught my heart to fear


<BR>And grace my fears relieved
<BR>How precious did that grace appear
<BR>The hour I first believed
<BR>
<HR WIDTH="100%">

<CENTER><H1><A NAME="Secondo"></A>Third Verse</H1></CENTER>

<BR>Through many dangers, toils, and snares


<BR>I have already come
<BR>This grace that brought me safe thus far
<BR>And grace will lead me home
<BR>
<HR WIDTH="100%">

<CENTER><H1><A NAME="Terzo"></A>Fourth Verse</H1></CENTER>

<BR>When we've been here ten thousand years


<BR>Bright, shining as the sun
<BR>We've no less days to sing God's praise
<BR>Than when we first begun
<BR>
<HR WIDTH="100%">
<footer id="myfooter">
<p> Student : Kristodehye B'Nei Regesh </p>
<a href="#mystart">Click here to return at the beginning of the page </a>
</footer>

<h1> Question 6 </h1>


<h1>IMAGES:</h1>
<h2> Flowers </h2>
<img src="URL_Image" alt="Flowers" title="Flowers" border="2" height="200"
width="200">
<p></p>
<p></p>
<h2> Desk </h2>
<a href="URL_Image">
<img src="URL_Image" title="Desk"></a>
<p></p>
<p></p>
<h2> Shepherd </h2>
<img src=""URL_Image" alt="Shepherd" title="Shepherd">
<p></p>
<p></p>
<h2> Castle </h2>
<img src=""URL_Image" alt="Elmina Castle" title="Castle">
<p></p>
<p></p>
<h2> Office Space </h2>
<img src=""URL_Image" alt="Office Space" title="Office Space">
<h1> Question 7 </h1>

</body>
</html>

You might also like