2
3

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 5 years have passed since last update.

HTMLタグの書式と各部の名称

Last updated at Posted at 2016-04-19
HTMLタグの書式 各部の名称
<a href="index.html">ホーム</a> 要素
<a href="index.html"> 開始タグ
a タグ名
href 属性
"index.html" 属性の値
ホーム 要素の内容(コンテンツ)
</a> 終了タグ
2
3
1

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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?