Special Characters in HTML

Create a simple practice Web page with the following features:

01 Properly start a new page with all the appropriate tags: <html> <head> <title> <body>
02 Add a common phrase to your file and properly put it in quotes
03 Add an address: City, ST, and insert two spaces before Zip code
04 Type in the name of a famous book and display the copyright symbol after it
05 Use the appropriate special characters to display one half and one quarter in a sentence
06 Do a Web search and find a house in Europe and display its price in Euros
07 Discuss the outside the temperature and use the degree symbol
08 Use the greater than symbol in a math formula
09 Use an acute accent over the last e in Resume
10 Use an ampersand in place of the word and in the name Sanford and Son.

ValidateValidate

Validation checks the syntax of your file, looking for both errors and possible issues when viewing your page in a browser. Some of the problems reported are missing end tags, missing characters, invalid attributes, incorrect nesting of elements...
 your file, see: http://validator.w3.org

Save your file as Characters-YourLastName.htm and preview it in your browser.