技術コンテンツ

【HTML】sectionタグ - セクション

【HTML】sectionタグ - セクション

HTMLのsectionタグについて解説します。

検証環境

sectionタグ

sectionタグは“セクション”を意味するタグです。

基本構文

<section>要素</section>

サンプル

<h1>HTML</h1>
<p>HTMLの正式名称はHyperText Markup Languageです。</p>

___ih_hl_start
<section>
___ih_hl_end
    <h2>マークアップ言語</h2>
    <p>マークアップ言語はテキストを構造化する言語です。</p>
___ih_hl_start
</section>
___ih_hl_end

___ih_hl_start
<section>
___ih_hl_end
    <h2>HTMLファイル</h2>
    <p>HTMLで記述されたテキストファイルをHTMLファイルと呼びます。</p>
___ih_hl_start
</section>
___ih_hl_end

___ih_hl_start
<section>
___ih_hl_end
    <h2>ブラウザ</h2>
    <p>ブラウザはChromeやSafari、Microsoft Edge、Firefoxなど様々な種類があります。</p>
___ih_hl_start
</section>
___ih_hl_end