Images

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 .gif drawing or sketch – be sure to use an alt tag. Include the width and height attributes
03 Add a .jpg or .png photo with an alt tag
04 Make sure all of your images have an alt tag and title attributes, and height and width values
05 Add an animated .gif to your Web page. (You can do a Web search for "free animated gifs")
06 Add a centered <hr> 50% wide in a color that matches the colors of the rest of the page
07 Add a line art image that could be used instead of an <hr> tag, to insure a consistent look
08 Use a style with a border attribute to create a line
09 Add a background-image to your page
10 Add an image (it can be a simple button) that links to another 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 Images-YourLastName.htm and preview it in your browser.