Multiple Choice
Which of the following must you do to enable a user to download a file?
A) Implement a <code>download</code> element with an <code>href</code> attribute that specifies the filename.
B) Implement a <code>download</code> element with a <code>file</code> attribute that specifies the filename.
C) Implement a link with the <code>a</code> element and include a <code>download</code> attribute.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: It is legal to have more than
Q6: Which of the following image file formats
Q7: Describe the elements that the following CSS
Q8: Given the following directory tree structure, provide
Q9: Provide the code for a link that
Q11: What should you do to avoid line
Q12: How would you display an image using
Q13: If an a element's href attribute is
Q14: If a user specifies a URL address
Q15: If an a element's target attribute has