The ____ attribute defines the alternative text for an image.

  • alt 
  • description 
  • label 
  • text 
The alt attribute provides an alternative text description of the image. It's essential for accessibility as it describes the appearance and function of an image to those who cannot see it, such as visually impaired users or if the image fails to load. 

Can two stylesheets be linked in the head section and how would they be applied?

  • No, only one stylesheet is allowed. 
  • No, stylesheets must be included in the body section. 
  • Yes, and they will be applied in the order they appear. 
  • Yes, and they will override each other. 
Yes, multiple stylesheets can be linked in the head section of an HTML document. They will be applied in the sequence they appear. If there are conflicting styles, the rules in the later stylesheet will override those in the earlier ones. This allows for flexibility in web design, where base styles can be established in one sheet, and theme-specific or module-specific styles can be layered on top in subsequent sheets. 

To embed a YouTube video, you should use the ______ element and provide the video URL in the ______ attribute.

  • , link