create download link using html5

download

html code:-

<a href="url" download>download</a>

css code:-


<style>
  .dw{
    border:none;
    padding:6px;
    font-size:18px;
    outline:none;
    color:#fff;
    background:orange;
  }

</style>

Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post