Lubinik Learning

Training mode

HTML & Accessibility Basics

Time remaining:

0 / 20 answered

  1. 1. What is HTML primarily used for?

    What is HTML primarily used for?
    Hint

    Choose the definition or behavior that best matches the web standard.

  2. 2. What is an HTML element?

    What is an HTML element?
    Hint

    Choose the definition or behavior that best matches the web standard.

  3. 3. What does an HTML attribute provide?

    What does an HTML attribute provide?
    Hint

    Choose the definition or behavior that best matches the web standard.

  4. 4. Why should heading levels follow a meaningful hierarchy?

    Why should heading levels follow a meaningful hierarchy?
    Hint

    Choose the definition or behavior that best matches the web standard.

  5. 5. Which element represents a paragraph?

    Which element represents a paragraph?
    Hint

    Choose the definition or behavior that best matches the web standard.

  6. 6. Which element creates a hyperlink?

    Which element creates a hyperlink?
    Hint

    Choose the definition or behavior that best matches the web standard.

  7. 7. What does the href attribute of an anchor contain?

    What does the href attribute of an anchor contain?
    Hint

    Choose the definition or behavior that best matches the web standard.

  8. 8. What is the purpose of an image alt attribute?

    What is the purpose of an image alt attribute?
    Hint

    Choose the definition or behavior that best matches the web standard.

  9. 9. What alt value is normally appropriate for a purely decorative image?

    What alt value is normally appropriate for a purely decorative image?
    Hint

    Choose the definition or behavior that best matches the web standard.

  10. 10. Which pair represents an unordered list and a list item?

    Which pair represents an unordered list and a list item?
    Hint

    Choose the definition or behavior that best matches the web standard.

  11. 11. Which element identifies a major group of navigation links?

    Which element identifies a major group of navigation links?
    Hint

    Choose the definition or behavior that best matches the web standard.

  12. 12. How many visible main content regions should a normal page usually have?

    How many visible main content regions should a normal page usually have?
    Hint

    Choose the definition or behavior that best matches the web standard.

  13. 13. Which element should trigger an in-page action such as opening a dialog?

    Which element should trigger an in-page action such as opening a dialog?
    Hint

    Choose the definition or behavior that best matches the web standard.

  14. 14. Why should a form control have an associated label?

    Why should a form control have an associated label?
    Hint

    Choose the definition or behavior that best matches the web standard.

  15. 15. Why is the name attribute important on a form control?

    Why is the name attribute important on a form control?
    Hint

    Choose the definition or behavior that best matches the web standard.

  16. 16. What does a form method attribute select?

    What does a form method attribute select?
    Hint

    Choose the definition or behavior that best matches the web standard.

  17. 17. What rule applies to an id value in one HTML document?

    What rule applies to an id value in one HTML document?
    Hint

    Choose the definition or behavior that best matches the web standard.

  18. 18. Can the same class be used on several HTML elements?

    Can the same class be used on several HTML elements?
    Hint

    Choose the definition or behavior that best matches the web standard.

  19. 19. What is a data-* attribute intended for?

    What is a data-* attribute intended for?
    Hint

    Choose the definition or behavior that best matches the web standard.

  20. 20. Why does valid element nesting matter?

    Why does valid element nesting matter?
    Hint

    Choose the definition or behavior that best matches the web standard.