#navi(HTML)
*破線の HR を出力する [#r8c3bc8e]

**CSS [#kd714517]
 hr#dash {
	border-top: 1px dashed #999999;
 }

**HTML [#cbbec918]
 <hr id="dash" />

**実行結果 [#f85a1eee]
#html{{
<style type=text/css>
hr#dash {
	border-top: 1px dashed #999999;
}
</style>
メッセージ
<hr id="dash" />
メッセージ
}}

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS