HTML ATTRIBUTES QUETION 5.

  1. What do attributes provide? additional information about an element
  2. When are attributes specified? the start tag
  3. How do you get attributes? name/value pairs like: name="value"
  4. What tag defines HTML links? <a> tag
  5. Where is an HTML link address specified?  href attribute:
  6. How should attribute values be enclosed? In quotes.
  7. When is it necessary to use single quotes? In some rare situations, when the attribute value itself contains quotes, it is necessary to use single quotes: name
  8. Define "case in-sensitive". ? Attribute names and attribute values
  9. Why should you use only lowercase in HTML 4? The World Wide Web Consortium (W3C) recommends lowercase attributes/attribute values in their HTML 4
  10. What type of attributes are required in XHTML? (X)HTML will demand lowercase attributes