Week 1 assignment. Create an html page with the characteristics described below.Text like this is instructions. It doesn't display in the page you'll create.

Enter "Your Name's Page" as the title in the head section of the page.

Your name as an H1 header . (Don't forget, put "Your Name's Page" as the page title in the page head section. )

Add a paragraph under the H1 section. Enter enough text to make a multi-line paragraph. Feel free to cut-and-paste text from somewhere else to accomplish this. Or just type a lot of stuff. Get creative if you want. Heck, write a novel if you want!

Now add a second paragraph.
But instead of entering enough text to make the text wrap,
use <br> tags to break the lines of text
up, like I'm doing here. Make this second paragraph five lines long.
But remember, even when using the <br> tags, at the end of your paragraph you still need to close it with a </p> tag.


Add a horizontal rule under your second paragraph.

Now let's use some styles:

This is bold.

This is italic.

This is bold italic.

Let's make some water...H20

And let's show how smart we are...E = mc2


Add another rule

Make this a right-aligned paragraph. Again, you'll have to enter enough text so it wraps. Make this paragraph several lines long. In one investigation, researchers examined star-forming galaxies in the young universe and found that black holes appear to grow continuously during bursts of star birth. The observations reveal an intense round of star birth and black hole growth in several galaxies about 10 billion years ago.

Now make a center-aligned paragraph. The findings fit with recent computer simulations, led by Tiziana Di Matteo of Carnegie Mellon University, suggesting galaxy mergers drive material toward the center of the merging system, providing food to the black hole. That simulation also suggested that the energy created when black holes merge contributes to star formation while blowing gas to the outskirts of a galaxy, creating a limit as to how much the black hole can consume.


Make an unordered list of some of your favorite foods:

And make a numbered list of 4 states:

  1. Iowa
  2. Washington
  3. Texas
  4. Tennessee

We'll save hyperlinks, graphics, etc. for next week.