Skip to content

Commit

Permalink
Add syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Mar 3, 2022
1 parent bea3cc3 commit da766ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion questions/qa-changing-encoding.en.html
Expand Up @@ -37,7 +37,9 @@
<script src="../javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
<script src="../javascript/doc-structure/article.js"> </script>
<script src="../javascript/articletoc-html5.js"></script>
<script src="../javascript/prism.js"></script>
<link rel="stylesheet" href="../style/article-2016.css" />
<link rel="stylesheet" href="../style/prism.css" type="text/css" />
<link rel="copyright" href="#copyright"/>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
Expand Down Expand Up @@ -89,7 +91,7 @@ <h3 id="declare"><a href="#declare">Step 2: Declare the encoding in your page</a
your page (or add one if you don't already declare it).</p>
<p>In its simplest form, this looks as follows, and should come at the beginning of the <code class="kw" translate="no">head</code> element in your HTML code.</p>
<figure class="example">
<p><code translate="no">&lt;meta charset=&quot;utf-8&quot;/&gt;</code></p>
<pre><code class="language-html" translate="no">&lt;meta charset=&quot;utf-8&quot;/&gt;</code></pre>
</figure>
</section>

Expand Down

0 comments on commit da766ea

Please sign in to comment.