LN: Learn HTML 002 with W3School
内容は W3School から参照されています
HTML チュートリアル
分析例
<h1>This is heading 1</h1><h2>This is heading 2</h2><h3>This is heading 3</h3>
効果表示
で定義されています。
分析例
<p>This is a paragraph.</p><p>This is another paragraph.</p>
効果表示
これは段落です。
これは別の段落です。
分析例
<a href="http://www.cnblogs.com/renleimlj/">This is a link</a>
効果表示
これは私のブログへのリンクです。
分析例
<img src="我的照片哈哈哈.jpg" width="142" height="104" />
効果表示