Favicon

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 the appropriate link href line in the head to display a favion (show the favicon in the images folder)
03 Search for and download an icon maker or icon generator
04 Create an image that clearly displays your first and last initials
05 Add a contrasting background color to the image
06 Set the image size to 32 x 32 pixels
07 Depending on your editor either save the image or export the image as an icon file
08 Save the new favicon to the images folder
09 Preview the page in your browser and confirm that the favicon displays in the URL address bar
10 When you have a favicon that you are really proud of, upload it to the images folder on your real Web site.

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 Favicon-YourLastName.htm and preview it in your browser.