Web Design – Homework #6 – Lessons 12 - 14 Name: ________________________ Date: ______________ WD_____ 1. Create an email hypertext link to your email address. Visitors to your site will click on the following text to link to your email: Please email me. _________________________________________________________________ 2. The tag to insert a block of text that is indented from the body text called a _________________________. The tag looks like _________________. 3. The "hexadecimal" representation for the color white is “______________”. The "hexadecimal" representation for the color black is “______________”. 4. The HTML format for adding a solid color background involves modifying the ______________ tag. The code to make the background black ("hexadecimal" representation) is: ________________________________. 5. What would the body tag look like if you included attributes for the following: background color, text, hypertext link, visited hypertext link (make the background color white and all the text color values black)? __________________________________________________________________ 6. The HTML format for adding a background image file (bgyellow.gif) is: _________________________________________________________________