HTML
HyperText Markup Language (HTML) とは、ウェブサイトのコンテンツを記述するためのマークアップ言語です。
目次
- 1 Document Type Definition (DTD)
-
- 1.1
<!DOCTYPE>
- 2 要素(タグ)
- 2.1 The document element
-
- 2.1.1
<html>
- 2.2 Document metadata
-
- 2.2.1
<head>
- 2.2.2
<title>
- 2.2.3
<base>
- 2.2.4
<link>
- 2.2.5
<meta>
- 2.2.6
<style>
- 2.3 Sections
-
- 2.3.1
<body>
- 2.3.2
<article>
- 2.3.3
<section>
- 2.3.4
<nav>
- 2.3.5
<aside>
- 2.3.6
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
- 2.3.7
<hgroup>
- 2.3.8
<header>
- 2.3.9
<footer>
- 2.3.10
<address>
- 2.4 Grouping content
-
- 2.4.1
<p>
- 2.4.2
<hr>
- 2.4.3
<pre>
- 2.4.4
<blockquote>
- 2.4.5
<ol>
- 2.4.6
<ul>
- 2.4.7 <menu>
- 2.4.8 <li>
- 2.4.9
<dl>
- 2.4.10 <dt>
- 2.4.11 <dd>
- 2.4.12
<figure>
- 2.4.13
<figcaption>
- 2.4.14
<main>
- 2.4.15
<search>
- 2.4.16
<div>
- 2.5 Text-level semantics
-
- 2.5.1
<a>
- 2.5.2
<em>
- 2.5.3
<strong>
- 2.5.4
<small>
- 2.5.5
<s>
- 2.5.6
<cite>
- 2.5.7
<q>
- 2.5.8
<dfn>
- 2.5.9
<abbr>
- 2.5.10
<ruby>
- 2.5.11
<rt>
- 2.5.12
<rp>
- 2.5.13
<data>
- 2.5.14
<time>
- 2.5.15
<code>
- 2.5.16
<var>
- 2.5.17
<samp>
- 2.5.18
<kbd>
- 2.5.19
<sub>
- 2.5.20
<sup>
- 2.5.21
<i>
- 2.5.22
<b>
- 2.5.23
<u>
- 2.5.24
<mark>
- 2.5.25
<bdi>
- 2.5.26
<bdo>
- 2.5.27
<span>
- 2.5.28
<br>
- 2.5.29
<wbr>
- 2.6 Edits
-
- 2.6.1
<ins>
- 2.6.2
<del>
- 2.7 Embedded content
-
- 2.7.1
<picture>
- 2.7.2
<source>
- 2.7.3
<img>
- 2.7.4
<iframe>
- 2.7.5
<embed>
- 2.7.6
<object>
- 2.7.7
<video>
- 2.7.8
<audio>
- 2.7.9
<track>
- 2.7.10
<map>
- 2.7.11
<area>
- 2.8.12 MathML
- 2.8.13
<svg>
- 2.8 Tabular data
-
- 2.8.1
<table>
- 2.8.2
<caption>
- 2.8.3
<colgroup>
- 2.8.4
<col>
- 2.8.5
<tbody>
- 2.8.6
<thead>
- 2.8.7
<tfoot>
- 2.8.8
<tr>
- 2.8.9
<td>
- 2.8.10
<th>
- 2.9 Forms
-
- 2.9.1
<form>
- 2.9.2 <label>
- 2.9.3
<input>
- 2.9.4
<button>
- 2.9.5
<select>
- 2.9.6
<datalist>
- 2.9.7 <optgroup>
- 2.9.8
<option>
- 2.9.9
<textarea>
- 2.9.10
<output>
- 2.9.11
<progress>
- 2.9.12
<meter>
- 2.9.13 <fieldset>
- 2.9.14
<legend>
- 2.10 Interactive content
-
- 2.10.1
<details>
- 2.10.2
<summary>
- 2.10.3
<dialog>
- 2.11 Scripting
-
- 2.11.1
<script>
- 2.11.2
<noscript>
- 2.11.3
<template>
- 2.11.4
<slot>
- 2.11.5
<canvas>
- 2.12 Accelerated Mobile Pages (AMP)
-
- 2.12.1
<amp-ad>
- 2.12.2
<amp-audio>
- 2.12.3
<amp-auto-ads>
- 2.12.4
<amp-analytics>
- 2.12.5
<amp-iframe>
- 2.12.6
<amp-img>
- 2.12.7
<amp-social-share>
- 2.12.8
<amp-youtube>
- 2.12.9
<amp-instagram>
- 3 コメント
-
- 3.1
<!-- comment -->
- 4 属性
-
- 4.1 class
- 4.2 dir
- 4.3 id
- 4.4 lang
- 4.5 onblur
- 4.6 onchange
- 4.7 onclick
- 4.8 oncontextmenu
- 4.9 ondblclick
- 4.10 onfocus
- 4.11 onkeydown
- 4.12 onkeypress
- 4.13 onkeyup
- 4.14 onmousedown
- 4.15 onmousemove
- 4.16 onmouseout
- 4.17 onmouseover
- 4.18 onmouseup
- 4.19 onselect
- 4.20 style
- 4.21 title
- 5 文字参照と実体参照
-
&
>
<
"
- 6 構造化データ
- 7 XHTML
- 8 テスト
-
- 8.1 Chrome
- 8.2 W3C Markup Validation Service
- 8.3 AMP テスト
- 8.4 モバイル フレンドリー テスト
- 8.5 リッチリザルト テスト
- 8.6 PageSpeed Insights