What does the download attribute do in an <a> element?
download
<a>
<a href="file.txt" download>Download File</a>
Sends the file to a specified email address
Opens the linked resource in a new tab
Downloads the linked resource
Previews the linked resource