Skip to content

Commit 0b4273d

Browse files
committed
added MDN html5 link
1 parent 95a4099 commit 0b4273d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

areas/html.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ <h2>15. semantic</h2>
220220
<p>for example, &lt;b&gt;&lt;/b&gt; (for bold), and &lt;i&gt;&lt;/i&gt; (for italic) should never be used, because they&#x2019;re to do with formatting, not with the meaning or structure of the content. Instead, use the replacements &lt;strong&gt;&lt;/strong&gt; and &lt;em&gt;&lt;/em&gt; (meaning emphasis), which by default will turn text bold and italic (but don&#x2019;t have to do so in all browsers), while adding meaning to the structure of the content.</p>
221221
<p>ref: <a href="http://en.wikipedia.org/wiki/Semantic_HTML">Wiki: semantic HTML</a> </p>
222222
</div>
223+
<div>
224+
<h2>Need more!</h2>
225+
read: <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5?redirectlocale=en-US&redirectslug=HTML%2FHTML5">HTML5</a>
226+
</div>
223227

224228
<!-- div>h2+p+pre>code -->
225229
<hr>

0 commit comments

Comments
 (0)