Download PDF

Report a typo

Compose a link that leads to https://somesite.com, opens the somefile.pdf in somefolder, and automatically downloads the file as newfile.pdf. The text of the link should be Download me!.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Download PDF</title>
</head>
<body>
<!-- write the link here -->
</body>
</html>





Completed 0 of 3
The link directs to https://somesite.com and opens there somefile.pdf in somefolder
The link automatically downloads somefile.pdf as newfile.pdf
___

Create a free account to access the full topic