User Tools

Site Tools


form:www:html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
form:www:html [2018/06/08 14:20] – Testing definition list plugin. Added some elements: cite, details, dfn, figure, kbd rjtform:www:html [2018/06/23 18:17] – 'other cool things' section with 'download' attribute rjt
Line 14: Line 14:
   : For keyboard / button instructions.   : For keyboard / button instructions.
  
 +===== Other Cool Things =====
 +  ; ''download'' attribute
 +  : With ''<a href="[link to file]" download>'' you can specify that a link is for //downloading//, rather than //loading//, by adding the ''download'' attribute. This can also be followed by a ''="[filename]"'' if you want it to be downloaded with a different filename that the one it has on your server.