Name:     ID:  - last 4 digits of SSN
 
Email: 

Hour 08 - Putting Graphics on a Web Page

True/False
Indicate whether the statement is true or false.
 

 1. 

To wrap text around both sides of an image you would use the <img style=”float:center” /> attribute
 

 2. 

To align up the middle of an image with the overall vertical center of everything on the line, use <img style=”vertical-align:middle” /> tag and attribute.
 

 3. 

Both the src and alt attributes of the <img /> tag are required in XHTML web pages.
 

 4. 

The alt message in a <img /> tag includes a short text message that can help anyone who is visually impaired or is using a voice-based interface to read the web page.
 

 5. 

Images displayed on your web site must be located in your site.
 

 6. 

With the new title attribute you can display the message Click to view larger picture when the mouse is hovered over the image.  The alt attribute would be used to give a brief description.
 

 7. 

Images can be used as a clickable link to another image.
 

 8. 

To follow the latest XHTML standards it is not required to include the alt attribute in the <img /> tag.
 

 9. 

To align up the top of an image with the top of the tallest image or letter on the same line, use <img style=”vertical-align:text-top” /> tag and attribute.
 

 10. 

The width and height specified for an image must match the image’s actual width and height for the image to display.
 

 11. 

To horizontally align images on a page you would use the <div style=”image-align:center”>, <div style=”image-align:right”>, and <div style=”image-align:left”>, tag.
 

 12. 

To align up the bottom of an image with the bottom of the text, use <img style=”vertical-align:text-bottom” /> tag and attribute.
 



 
         Start Over