1. Name the three attributes that are used in a link tag for a stylesheet. 2. What is the value of the rel attribute for a link tag for a stylesheet? 3. What is the value of the type attribute for a link tag for a stylesheet? 4. Where does the link tag for a stylesheet belong in an HTML page? 5. What is the syntax for a style block in a stylesheet? 6. List the scales that are used for absolute measurements in a style sheet. 7. List the scales that are used for relative measurements in a style sheet. 8. What does the em scale in a stylesheet mean? 9. What does the em scale in a stylesheet mean? 10. What does the % scale in a stylesheet mean? 11. What are the three different ways that a color can be specified in a style sheet? 12. What is the name of the style that only sets the background color? 13. What is the name of the style that only sets the background image? 14. What is the name of the style that sets the text color? 15. What is the name of the tag that only selects the font from a list of fonts? 16. What is meant by a generic font? 17. List the generic fonts. 18. What is the name of the style that only sets the size of the font? 19. What is the name of the style that sets the style of the font? 20. What is the name of the style that sets the weight of the font? 21. What is the name of the style that sets the alignment of text? 22. What is the name of the style that sets if text is underlined? 23. What is the name of the style that sets if text has a line through it? 24. What is the difference between style settings none and normal? 25. What is the name of the style that sets if text is all capitalized? 26. What is the name of the style that indents the the object from the edge of the parent? 27. What is the name of the style that inserts additional space between the edge of the element and the content of the element? 28. What is the name of the style that sets the indentation for the first line of text in a block? 29. What is the name of the style that sets the bullets and numbering for a list? 30. What are the bullet options for an unordered list? 31. What are the numbering options for an ordered list? 32. What is the name of the style that adds a border around an element? 33. What are the three attributes that are listed when setting the border for an element? 34. Set the default color for the entire HTML page. 35. Change the default text alignment for all paragraphs. 36. Use one style block to change the default margins for h1, h2 and p tags. 37. Change the list style type for nested ordered lists. 38. Create a named style that can only be used with em tags. 39. Create a generic style that can be used with all tags. 40. Create a style that is intended to be used for exactly one tag in a page. 41. Change the style of hypertext links. 42. Change the color of visited hypertext links. 43. What are the choices for the position style? 44. What does a position of static mean? 45. What does a position of fixed mean? 46. What does a position of absolute mean? 47. What does a position of relative mean? 48. What are the choices for the float style? 49. What does a float value of left mean? 50. What does a float value of right mean? 51. What does a float value of none mean? 52. Which tags determine where the upper right corner of an element will display? 53. Which tags determine the size of an element? 54. What are the choices for the overflow style? 55. What does an overflow value of hidden mean? 56. What does an overflow value of visible mean? 57. What is the difference between an overflow value of scroll and auto? 58. Create a custom layout that has a header area that extends across the top of the page,