1. How is an image tag different from other HTML tags? 2. How do all absolute references begin? 3. How do all relative references begin that are relative to the server root? 4. How do all relative references being that are relative to the current location? 5. Define what an in-line tag is. 6. Define what a block tag is. 7. Why should designers use the tag instead of the tag? 8. Why were tags like , , , deprecated in HTML 5? 9. How many inline tags can appear in the same line in a browser? 10. How many block tags can appear in the same line in a browser? 11. Does the name of a general style tag indicate the actual style that it has? 12. List six inline tags. 13. List six block tags. 14. How are layout tags different from general style tags? 15. Define an unordered list that has the options red, green blue. 16. Define an ordered list that has the options red, green, blue. 17. Define a definition list that has three definitions. Choose any three terms and definitions. 18. What are tables good for? 19. List all the tags that can be used to define a table. 20. What is the difference between a tag and a tag? 21. Which tags can have a rowspan attribute? What does it control? 22. Which tags can have a colspan attribute? What does it control? 23. Write the HTML for a table that has four rows and three columns. Fill the table with data of your choice. 24. Add a title to the table from the previous question. 25. Add column and row headers to the table from the previous question. 26.