HTML Assignments

Prof. A. Schlissel
For these and subsequent assignments write the programs that will produce the illustrated effect.


Assignment 1:

My first page


Assignment 2, background is yellow, text is black, and text is centered

My first page


Assignment 3:

text is h1

text is h2

text is h3

text is h4

text is h5
text is h6


Assignment 4:

text is h1

text is h2

text is h3

text is h4

text is h5
text is h6


Assignment 5, using the <br> tag:

one
two
three
four
five


Assignment 6, using the <br> tag to double space:

one

two

three

four

five


Assignment 7:

text is left aligned


text is center aligned


text is right aligned



Assignment 8:

this text is normal
this text is italicised
this text is underlined
this text is underlined and italicesd


Assignment 9:







Assignment 9b:





Assignment 10, using the <p> tag:

one

two

three

four

five


Assignment 11, using the <blockquote> tag :

At the periodic meetings the progress of the term project will be discussed and direction for future work will be given. Attendence at these meetings is required. At the end of the term each student will submit a printout of her/his program and the program on disk. Each student will be asked to run her/his program and its efficacy discussed.


Assignment 12, using the <blockquote> tag twice:

At the periodic meetings the progress of the term project will be discussed and direction for future work will be given. Attendence at these meetings is required. At
the end of the term each student will submit a printout of her/his program and the program on disk. Each student will be asked to run her/his program and its efficacy discussed.


Assignment 13, Create the following unordered list:

My pets:


Assignment 14, Create the following ordered list:

The chapters of my novel:

  1. The land of Sandos
  2. Myrtle and Johan
  3. Love in Sandos
  4. Discord
  5. Resolution
  6. Total discord
  7. Harmony at last
  8. Everlasting peace


Assignment 15, Create the following ordered list using <ol type=a>:

The chapters of my novel:

  1. The land of Sandos
  2. Myrtle and Johan
  3. Love in Sandos
  4. Discord
  5. Resolution
  6. Total discord
  7. Harmony at last
  8. Everlasting peace


Assignment 16, Create the following nested ordered list using type:

The chapters of my novel:

  1. The land of Sandos
    1. The northern shore
    2. The sea coast
    3. The mouantain range
  2. Myrtle and Johan
  3. Love in Sandos
  4. Discord
  5. Resolution
  6. Total discord
  7. Harmony at last
  8. Everlasting peace


Assignment 17, Link the following two pages as indicated:


left page


click for right page
right page


click for left page


Assignment 18, Link the following four pages as indicated:


page one


click for page two
click for page three
click for page four
page two


click for page one
click for page three
click for page four
page three


click for page one
click for page two
click for page four
page four


click for page one
click for page two
click for page three


Assignment 19, Create the following table:

row 1 col 1

row 1 col2


Assignment 20, Create the following table:

row1 col1

row1 col2

row1 col3

row2 col1

row2 col2

row2 col3

row3 col 1

row3 col2

row3 col3

row4 col 1

row4 col2

row4 col3


Assignment 21, Create the following table and centering the entries. Use <td align=center> to align text

row1 col1

row1 col2

row1 col3

row2 col1

row2 col2

row2 col3

row3 col 1

row3 col2

row3 col3

row4 col 1

row4 col2

row4 col3


Assignment 22, Create the following table:

top of the table

row2 col1

row2 col2

row2 col3

row3 col 1

row3 col2

row3 col3

row4 col 1

row4 col2

row4 col3


Assignment 22, Create the following table:

top of the table

row2 col1

row2 col2

row2 col3

row3 col 1

row3 col2

row3 col3

row4 col 1

row4 col2

row4 col3


Assignment 23, Create the following table:

top of the table

row2 col1

row2 col2

row2 col3

row3 col 1

row3 col2

row3 col3

row4 col 1

row4 col2

row4 col3


Assignment 24, Create the following using a table:

Jack:

Mary, what did you have for breakfast?

Mary:

I had scrambled eggs, toast, coffee, and orange juice.

Jack:

You ate up all the eggs and drank all the orange juice. You are very inconsiderate.

Mary:

Jack, you know what they say, "the early bird gets all the food"


Assignment 25, Create the following table using align and valign with <td>:

align=left
valign=top

align=center
valign=top

align=right
valign=top

align=left
valign=center

align=center
valign=center

align=right
valign=center

align=left
valign=bottom

align=center
valign=bottom

align=right
valign=bottom


Back to HTML program page