HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>The tags in the entry text resemble real tags. But for now, it’s just text, or ordinary words. Let’s highlight these words like a code segment.</p>
1 <p>The tags in the entry text resemble real tags. But for now, it’s just text, or ordinary words. Let’s highlight these words like a code segment.</p>
2 <p>We have a special tag that is used indicate code fragments. It is called &lt;code&gt;.</p>
2 <p>We have a special tag that is used indicate code fragments. It is called &lt;code&gt;.</p>
3 <p>This tag can be used to mark up any text fragment that is recognized by a computer, including software code, markup, the file name, and so on. The &lt;code&gt; tag does not have any special way of indicating in which language a code segment is written. Usually, browsers display text in the &lt;code&gt; tag using a monospaced font.</p>
3 <p>This tag can be used to mark up any text fragment that is recognized by a computer, including software code, markup, the file name, and so on. The &lt;code&gt; tag does not have any special way of indicating in which language a code segment is written. Usually, browsers display text in the &lt;code&gt; tag using a monospaced font.</p>
4 <p>Markup example with &lt;code&gt;:</p>
4 <p>Markup example with &lt;code&gt;:</p>
5 The &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; tag is used to present an unordered list.<p>We added several styles (font and text color parameters) so that the contents of the &lt;code&gt; tag would look prettier. You can explore the styles in the style.css tab.</p>
5 The &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; tag is used to present an unordered list.<p>We added several styles (font and text color parameters) so that the contents of the &lt;code&gt; tag would look prettier. You can explore the styles in the style.css tab.</p>