「Html要素」の版間の差分

提供:Wiki@KDS
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の1版が非表示)
119行目: 119行目:
<div class="tag-ol box">
<div class="tag-ol box">
<dl>
<dl>
<dt></dt>
<dt>ol</dt>
<dd></dd>
<dd></dd>
</dl>
</dl>
135行目: 135行目:
<div class="tag- box">
<div class="tag- box">
<dl>
<dl>
<dt></dt>
<dt>dl</dt>
<dd></dd>
<dd></dd>
</dl>
</dl>
<!-- dt -->
<!-- dt -->
<div class="tag- box">
<div class="tag-dt box">
<dl>
<dl>
<dt></dt>
<dt>dt</dt>
<dd></dd>
<dd></dd>
</dl>
</dl>
147行目: 147行目:
<!--/dt/-->
<!--/dt/-->
<!-- dd -->
<!-- dd -->
<div class="tag- box">
<div class="tag-dd box">
<dl>
<dl>
<dt></dt>
<dt>dd</dt>
<dd></dd>
<dd></dd>
</dl>
</dl>
157行目: 157行目:
<!--/dl/-->
<!--/dl/-->
<!-- blockquote -->
<!-- blockquote -->
<div class="tag- box">
<div class="tag-blockquote box">
<dl>
<dl>
<dt></dt>
<dt>blockquote</dt>
<dd></dd>
<dd></dd>
</dl>
</dl>
<!-- blockquote -->
<div class="tag-blockquote box">
<dl>
<dt>blockquote</dt>
<dd></dd>
</dl>
</div>
<!--/blockquote/-->
</div>
</div>
<!--/blockquote/-->
<!--/blockquote/-->

2007年2月2日 (金) 19:38時点における最新版

Html記述

html
head
title


meta



base


object


script


style


body
h1-h6


div


p


ul
li


ol
li


dl
dt


dd


blockquote


table


form