1. ハイパーテキストマークアップ言語コンテンツ、htmlは弱いコード言語であり、コードは厳密に記述されていません
1. ハイパーリンク
<a href="#">超级链接(anchor)</a>
を記述するときは、対応するプロトコルを解析します。プロトコルが設定されていない場合、デフォルトのローカル ファイル テキスト プロトコルが使用されます
その他のタグ
rreee3.タグ <address>地址(address)</address>
<b>粗体(bold)</b>
<big>放大(big)</big>
<blockquote> 引用块(blockquote)</blockquote>
<br/> 换行(break)
<center> 居中(center)</center>
<cite>引用(cite)</cite>
<code>代码(code)</code>
<del> 删除(delete)</del>
<dfn> 定义(definition)</dfn>
<p> 区块(pision)</p>
<em> 强调(emphasize)</em>
<hr/> 横线(horizontal)
<i> 斜体(italic)</i>
<u>下划线(italic)</u>
<p>p 段落(paragraph)</p>
<pre class="brush:php;toolbar:false">按预定格式显示的文本(Preformatted)
引用(quote)
例子(sample)
缩小(small)
文本段(span)
重点强调(strong emphasized)
· 下标(subscript)
上标(superscript)
电传打字机(teletype)(等宽字体)
可变文本(variable)
[1]、dl 辞書リスト (辞書リスト)
<h1>标题1</h1> <h2>标题2</h2> <h3>标题3</h3> <h4>标题4</h4> <h5>标题5</h5> <h6>标题6</h6>
[2]、ol 順序付きリスト (順序リスト)
<dl> <dt>dt 字典标题(dictionary title)</dt> <dd>dd 字典数据(dictionary data)</dd> <dt>dt 字典标题(dictionary title)</dt> <dd>dd 字典数据(dictionary data)</dd> </dl>
<ol>
<li>li 列表项(list item)</li>
<li>li 列表项(list item)</li>
</ol>
<ul> <li>列表项(list item)</li> <li> 列表项(list item)</li> </ul>
<form action="#" method="post">表单(form)</form>
以上がhtmlの基本的なタグを理解するの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。