Quote, keyboard input, code text စတာတွေကို semantic ဖြစ်အောင်ရေးလို့ရပါတယ်။ Technical tutorial တွေမှာ <code>, <pre> တွေက အရမ်းအသုံးဝင်ပါတယ်။
<blockquote>— quote အရှည်<q>— quote အတို<code>— inline code<pre>— spacing/line break မပျက်စေဘဲ code block ပြရန်
html
<blockquote>Learning HTML is the first step to building the web.</blockquote>
<p>Use <code><h1></code> for the main heading.</p>
<pre><code><p>Code block example</p></code></pre>You should see
Quote, inline code, code block တို့ကို သီးခြား style နဲ့မြင်ရပါမယ်။