Learn JavaScript for Designers

Bring your websites to life with interactive elements using JavaScript. These tutorials are tailored to web designers and are full of practical examples and tips.
  1. 直ぐに試せる: HTML5 "download" 属性を使う

    直ぐに試せる: HTML5 "download" 属性を使う

    Tutorial Beginner

    HTMLにダウンロードリンクを作るのはわかりやすい。anchorタグを記述してhref属性に任意のファイル名を指定するだけ。 だけど、ファイル形式によってはダウンロードされない(e.g. images, .pdf, .doc) それらは、代わりにブラウザで開いてしまう。 ...