aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/guide/html/html5/introduction_to_html5/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/guide/html/html5/introduction_to_html5/index.html')
-rw-r--r--files/ja/web/guide/html/html5/introduction_to_html5/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ja/web/guide/html/html5/introduction_to_html5/index.html b/files/ja/web/guide/html/html5/introduction_to_html5/index.html
new file mode 100644
index 0000000000..64143bdd59
--- /dev/null
+++ b/files/ja/web/guide/html/html5/introduction_to_html5/index.html
@@ -0,0 +1,26 @@
+---
+title: HTML5 の紹介
+slug: Web/Guide/HTML/HTML5/Introduction_to_HTML5
+tags:
+ - HTML
+ - HTML5
+translation_of: Web/Guide/HTML/HTML5/Introduction_to_HTML5
+---
+<p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/" title="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a> は、HTML 標準の最も新しいバージョンです。HTML5 によって、リッチメディアのサポートだけでなく、ユーザ、彼らのローカルデータ、サーバの間でより簡単にかつ効果的にやり取りするための Web アプリケーションを作成するための拡張されたサポートを提供するための新機能も手に入れることができます。</p>
+
+<p>HTML5 はまだ策定段階にあるため、現在の仕様に対する変更は当然あり得ます。そのため、すべてのブラウザで HTML5 の機能のすべてがサポートされているわけではありません。ですが、Gecko (そしてその拡張である、Firefox) には、素晴らしいほどに、HTML5 の最初の段階のサポートが含まれており、さらなる機能のサポートに対する取り組みを続けています。Gecko は バージョン1.8.1 から HTML5 の機能をサポートし始めました。<a href="/ja/HTML/HTML5" title="ja/HTML/HTML5">HTML5 のメインページ</a>に Gecko がサポートしている HTML5 の機能のリストがあります。複数ブラウザのサポート状況の詳細な情報については、<a class="external" href="http://caniuse.com/#cats=HTML5" title="http://caniuse.com/#cats=HTML5">CanIUse</a> ウェブサイトを参照してください。</p>
+
+<p>{{ 英語版章題("The HTML5 doctype") }}</p>
+
+<h2 id="HTML5_の_DOCTYPE">HTML5  の DOCTYPE</h2>
+
+<p>HTML5 の DOCTYPE は非常にシンプルです。HTML コンテントで HTML5 を使用することを示すには、単純に以下のようにします:</p>
+
+<pre>&lt;!DOCTYPE html&gt;
+</pre>
+
+<p>この非常にシンプルな DOCTYPE は、現在 HTML5をサポートしていないブラウザでさえ、HTML の古くから存在する部分に HTML5の規格通りに入り込み、それらがサポートしない HTML5 の新機能を無視することを意味する、標準モードに切り替えます。</p>
+
+<div class="noinclude">
+<p>{{ languages( {"en": "en/HTML/HTML5/Introduction to HTML5", "fr":"fr/HTML/Introduction_à_HTML5", "pt": "pt/HTML/HTML5/Introdução_ao_HTML5"} ) }}</p>
+</div>