Post date: Feb 20, 2010 6:54:53 PM
In Notepad, open the file Activity4.html from your drive N: and do the following:
Set the basefont size to 4 and face to Comic Sans MS.
Display the first line using the heading 2 <h2> - this will be the title of the article.
Display the first verse in bold. Use any font color. (for color names, click here)
Display the second verse in bold. Use any font color.
Display the third verse in italics. Use any font color.
Display the fourth verse in underline. Use any font color.
Display the fifth verse in strike-through. Use any font color.
Indent the sixth verse using the <pre> tag. Use any font color.
Display all the verse number in smaller size and above the normal line. Use the superscript <sup> tag.
Put <br> at the end of each line.
Separate each verse using a blank line in between the verse using <br><br>
Click save when you are done. (not save as)
Check your web page if it is the same with the output below:
-----------------------
Reference - Lesson 3 - HTML Text