Thuta Learning
ရှာဖွေရန်
BasicWeb Developmentbeginner

Quotes & Code Text

စိတ်လျှော့ပါ။ ဒီခန်းကို စာအုပ်လိုမဟုတ်ဘဲ စကားပြောသလိုပဲ၊ နားလည်လွယ်အောင် ရှင်းပါမယ်။

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>&lt;h1&gt;</code> for the main heading.</p>
<pre><code>&lt;p&gt;Code block example&lt;/p&gt;</code></pre>
You should see
Quote, inline code, code block တို့ကို သီးခြား style နဲ့မြင်ရပါမယ်။
Quotes & Code Text | Thuta Learning