What considerations should be made for access key assignments to avoid conflicts and ensure usability?

  • Assign keys based on their visual position on the page. 
  • Assign keys randomly. 
  • Ensure they don't conflict with browser and OS shortcuts. 
  • Use the first letter of the element's name. 
Access keys can enhance usability by providing keyboard shortcuts to important web page elements. However, it's critical to ensure that these shortcuts don't conflict with default browser or operating system shortcuts, which can confuse users or render the shortcuts unusable. Also, considering international users who might have different keyboard layouts is important. 

The _____ tag is used to define superscript text.

  •  
  •  
  •  
  •  
The tag is used to represent superscript text, which is text that appears half a character's height above the baseline. It's commonly used for footnotes or the exponents in mathematical equations (e.g., E=mc^2 where the "2" is superscripted). 

How can you group related options in a dropdown list?

  • Using the tag. 
  • Enclosing them in tags. 
  • Using the tag. 
  • Grouping them under a
    tag. 
The element is utilized within a