Semantically correct tag for the code comment

This commit is contained in:
Vadim Makeev 2016-03-23 23:45:35 +03:00
parent 3de5734357
commit 49e2717b55
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<pre> <pre>
<code>&lt;!DOCTYPE html&gt;</code> <code>&lt;!DOCTYPE html&gt;</code>
<code class="mark">&lt;html lang="en"&gt;</code> <code class="mark">&lt;html lang="en"&gt;</code>
<code><mark>&lt;head&gt;</mark> <mark class="comment">&lt;!--Comment--&gt;</mark></code> <code><mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span></code>
<code> &lt;title&gt;Shower&lt;/title&gt;</code> <code> &lt;title&gt;Shower&lt;/title&gt;</code>
<code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code> <code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
<code> &lt;link rel="stylesheet" href="screen.css"&gt;</code> <code> &lt;link rel="stylesheet" href="screen.css"&gt;</code>