Anyone up for it?
Here are the simple instruction to the Homework.
Step 1
Save the file as mathhigh.htm.
Step 2
Enclose the contents of the file within a set of opening and closing tags. Set the doctype of the file to indicate that this is an HTML5 document.
Step 3
Add head and body elements to the file, enclosing the page contents within the body element.
Step 4
Within the document head, insert the comment
Math High: Leonhard Euler
Author: your name
Date: the date
Step 5
Set the character set of the document to UTF-8.
Step 6
Add the page title “Math High: Leonhard Euler” to the document head.
Step 7
Link to the modernizr-1.5.js script file.
Step 8
Link to the mhstyles.css style sheet.
Step 9
Within the page body, create a header element. Within this element, insert an inline image using the mhlogo.jpg file as the source and Math High as the alternate text.
Step 10
Mark the page text from the line “Leonhard Euler (1707 - 1783)” up to (but not including) the line “The Most Beautiful Theorem?” as an article.
Step 11
Mark the first line in the article element, containing “Leonhard Euler (1707 - 1783)”, as an h1 heading.
Step 12
Mark the next three blocks of text describing Euler’s life as paragraphs.
Step 13
Within the first paragraph, mark the names “Leonhard Euler” and “Jean Bernoulli” using the strong element. Mark the phrase “800 different books and papers” as emphasized text using the em element.
Step 14
In the second paragraph, mark the phrase “Introductio in analysin infinitorum (1748)” as a citation.
Step 15
In the phrase “Lettres a une princesse d’Allemagne”, replace the one-letter word a with à (the character entity name is agrave). Mark the entire publication name as a citation.
Step 16
In the third paragraph, mark the notation for e as a var element and replace pi with the character p (the character reference name is pi).
Step 17
Enclose the next section of text from the line “The Most Beautiful Theorem?” up to (but not including) the line “Math High: A Site for Educators and Researchers” as an aside.
Step 18
Mark the text “The Most Beautiful Theorem?” as an h1 heading.
Step 19
Mark the next five blocks of text as individual paragraphs.
Step 20
In the first equation, mark the letters e, i, and x using the var element (but do not italicize the i in sin). Mark the term (ix) as a superscript.
Step 21
In the second equation, replace pi with the character p. Mark the letters e and i using the var element. Mark (pi) as a superscript.
Step 22
In the last paragraph, mark the notations for e and i with the var element and replace pi with p.
Step 23
Mark the journal name “The Mathematical Intelligencer” as a citation.
Step 24
Mark the final line in the file as a footer.
Step 25
No extraneous HTML tags or other errors were found.