0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【HTML5】タグ語源一覧

Posted at

HTMLとは

HTMLで呼び方は、エイチティーエムエルと呼びます。
2020年現在は、バージョンが5でHTML5(エイチティーエムエルファイブ)と呼んだりします。
Hyper Text Markup Language(ハイパーテキストマークアップランゲージ)の略で、
Webブラウザで表示するように設計されたドキュメントの標準マークアップ言語のこと。

タグ語源一覧

タグ タグ名 語源
<!DOCTYPE html> DOCTYPE宣言(ドックタイプセンゲン) Document Type Definition
<html></html> HTMLタグ(エイチティーエムエルタグ) html
<head></head> headタグ(ヘッドタグ) head
<body></body> bodyタグ(ボディータグ) body
<title></title> titleタグ(タイトルタグ) title
<link> linkタグ(リンクタグ) link
<meta> metaタグ(メタタグ) meta information
<style></style> styleタグ(スタイルタグ) style
<script></script> scriptタグ(スクリプトタグ) script
<header></header> headerタグ(ヘッダータグ) header
<footer></footer> footerタグ(フッタータグ) footer
<main></main> mainタグ(メインタグ) main
<div></div> divタグ(ディブタグ) division
<section></section> sectionタグ(セクションタグ) section
<nav></nav> navタグ(ナビゲーションタグ(ナビタグ)) navigation links
<article></article> articleタグ(アーティクルタグ)) article
<aside></aside> asideタグ(アサイドタグ)) aside
<h1></h1> h1タグ(エイチワンタグ) heading1
<p></p> pタグ(ピータグ) paragraph
<strong></strong> strongタグ(ストロングタグ) strong
<br> brタグ(ブレークタグ) line break
<ol></ol> olタグ(オーエルタグ(オーダードリストタグ)) ordered list
<ul></ul> ulタグ(ユーエルタグ(アンオーダードリストタグ)) unordered list
<li></li> liタグ(リストタグ) list item
<pre></pre> preタグ(プレタグ) preformatted text
<code></code> codeタグ(コードタグ) code
<blockquote></blockquote> blockquoteタグ(ブロッククオートタグ) blockquote
<figure></figure> figureタグ(フィギャータグ) figure
<hr> hrタグ(エイチアールタグ(ホライゾンタルルールタグ)) horizontal rule
<a></a> aタグ(エータグ(アンカータグ)) anchor
<span></span> spanタグ(スパンタグ) span
<img> imgタグ(イメージタグ) image
<iframe></iframe> iframeタグ(アイフレームタグ(インラインフレームタグ)) inline frame
<table></table> tableタグ(テーブルタグ) table
<thead></thead> theadタグ(ティーヘッドタグ) table header
<tbody></tbody> tbodyタグ(ティーボディタグ) table body
<tr></tr> trタグ(ティーアールタグ(テーブルロータグ)) table row
<th></th> thタグ(ティーエイチタグ) table header cell
<td></td> tdタグ(ティーディータグ) table data cell
<caption></caption> captionタグ(キャプションタグ) caption
<colgroup></colgroup> colgroupタグ(カラムグループタグ) column group
<col> colタグ(カラムタグ) column
<form></form> formタグ(フォームタグ) form
<label></label> labelタグ(ラベルタグ) label
<input> inputタグ(インプットタグ) input
<textarea></textarea> textareaタグ(テキストエリアタグ) textarea
<select></select> selectタグ(セレクトタグ) select
<option></option> optionタグ(オプションタグ) option
<button></button> buttonタグ(ボタンタグ) button
<details></details> detailsタグ(ディーテイルズタグ) details
<summary></summary> summaryタグ(サマリータグ) summary
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?