This translation is incomplete. Please help translate this article from English.
HyperText Markup Language (HTML) is the core language of nearly all Web content. Most of what you see on screen in your browser is described, fundamentally, using HTML. More precisely, HTML is the language that describes the structure and the semantic content of a Web document.
The articles listed below provide guides that will help you use HTML to its fullest potential.
Topics
- canvas チュートリアル
<canvas>要素は、スクリプト(一般的に JavaScript) を使って図形を描くために使われる新しい HTML 要素です。例えば、グラフを描く、写真を合成する、または簡単な(またはあまり簡単ではない)アニメーションに使うことができます。右の画像は後でこのチュートリアルの中でみる<canvas>を実際に使った例です。
Pages elsewhere
Here are other pages related to HTML that should be linked to from here.

