Skip to main content
code formatting
Source Link
John Weisz
  • 32.1k
  • 14
  • 97
  • 137

Anywhere between your < body ><body> and < /body ></body> tags, put in a button using the below code!:

<button><a<button>
 href = "file <a href="file.doc" download>Click to Download!</a><a>
</button>

This is sure to work!

Anywhere between your < body > and < /body > tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a></button>

This is sure to work!

Anywhere between your <body> and </body> tags, put in a button using the below code:

<button>
    <a href="file.doc" download>Click to Download!</a>
</button>

This is sure to work!

added 9 characters in body
Source Link

Anywhere between your < body > and < /body > tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a>a></button>

This is sure to work!

Anywhere between your < body > and < /body > tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a>

This is sure to work!

Anywhere between your < body > and < /body > tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a></button>

This is sure to work!

added 4 characters in body
Source Link

Anywhere between your and tags< body > and < /body > tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a>

This is sure to work!

Anywhere between your and tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a>

This is sure to work!

Anywhere between your < body > and < /body > tags, put in a button using the below code!

<button><a href = "file.doc" download>Click to Download!</a>

This is sure to work!

Source Link
Loading