|
<HTML> <! indicates that the file is in hypertext markup language > <TITLE> Biography of your name </TITLE> <! puts text into the title bar > <HR> <! inserts a header ruler - line across the page > <H1> Biography of your name </H1> <! puts text in largest size > <HR> <! inserts a header ruler - line across the page > <H2> Outline </H2> <! puts text in second largest heading size > <OL> <! begins an ordered outline that will number each list item > <LI>Personal Information. <! first numbered list item > <LI>Education. <! second numbered list item > <LI>Major. <! third numbered list item > <LI>Why I'm taking this class. <! fourth numbered list item > </OL> <! ends ordered outline > <HR> <H2> Personal Information </H2> In this paragraph insert where you were born, where you grew up, etc. <H2> Education </H2> Your educational background, high-school, etc. Include other relevant information such as any travelling that you may have done. <H2> Major </H2> Your major or what you think your major might be. <H2> Why I'm taking this class. </H2> Why you decided to take this class. <! Many classes fulfull this general requirement so why did you decide on this particular one > <P> <! This is the paragraph separator. In this case it is used to insert a blank line. > <HR> <! inserts a header ruler - line across the page > <P> I understand that web pages that I create may be linked from the course web page. <P> Submitted by your name on date. |