text formatting နောက်ဆက်တွဲ
အရင်တစ်ခေါက်က text formatting အကြောင်းကို စခဲ့ပြီးပါပြီ …
ဒီတစ်ခေါက်တော့ အဆုံးသတ်ပါတော့မယ် …
ကဲ … စရေးကြတာပေါ့။
ဒီကုဒ်လေးတော့ ကျွန်တော် သဘောကျပါတယ် … မောက်စ် ပွိုင်တာလေးတင်လိုက်တာနဲ့ တင်ထားတဲ့ စကားလုံးရဲ့ long form ကို ပြပေးတဲ့ ကုဒ်လေးပါ …
စိတ်ဝင်စားဖို့ ကောင်းပါတယ် …
<html> <body> <abbr title="United Nations">UN</abbr> <br /> <acronym title="World Wide Web">WWW</acronym> <p>The title attribute is used to show the spelled-out version when holding the mouse pointer over the acronym or abbreviation.</p> </body> </html>
ဒီကုဒ်လေးလည်း ရေးရတာ ပျော်ဖို့ကောင်းမှာပါ …
<html> <body> <p> If your browser supports bi-directional override (bdo), the next line will be written from the right to the left (rtl): </p> <bdo dir="rtl"> Here is some Hebrew text </bdo> </body> </html>
ကဲ … နောက်တစ်မျိုး …
<html> <body> A blockquote quotation: <blockquote> This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. </blockquote> <p><b>The browser inserts line breaks and margins for a blockquote element.</b></p> A short quotation: <q>This is a short quotation</q> <p><b>Notice that the browser inserts quotation marks around the short quotation (Does not work in IE).</b></p> </body> </html>
ဒါကတော့ Discount တို့ဘာတို့မှာ သုံးတယ်ဗျို့ … ဖျက်လဲဖျက်သေး ကိုယ်ဖျက်တာကိုလည်း သူများတွေကို မြင်ခြင်သေးတယ်ဆိုရင် ဒီကုဒ်ကို သုံးတယ်ဗျ …
<html> <body> <p> a dozen is <del>twenty</del> <ins>twelve</ins> pieces </p> <p> Most browsers will overstrike deleted text and underline inserted text. </p> <p> Some older browsers will display deleted or inserted text as plain text. </p> </body> </html>
ကဲ … နောက်ဆုံးအနေနဲ့ ကုဒ်တွေအားလုံးကို list လုပ်ပေးလိုက်ပါတယ် … လေ့ကျင့်နိုင်ကြပါစေလို့ …
Text Formatting Tags
| Tag | Description |
| <b> | Defines bold text |
| <big> | Defines big text |
| <em> | Defines emphasized text |
| <i> | Defines italic text |
| <small> | Defines small text |
| <strong> | Defines strong text |
| <sub> | Defines subscripted text |
| <sup> | Defines superscripted text |
| <ins> | Defines inserted text |
| <del> | Defines deleted text |
| <s> | Deprecated. Use <del> instead |
| <strike> | Deprecated. Use <del> instead |
| <u> | Deprecated. Use styles instead |
“Computer Output” Tags
| Tag | Description |
| <code> | Defines computer code text |
| <kbd> | Defines keyboard text |
| <samp> | Defines sample computer code |
| <tt> | Defines teletype text |
| <var> | Defines a variable |
| <pre> | Defines preformatted text |
| <listing> | Deprecated. Use <pre> instead |
| <plaintext> | Deprecated. Use <pre> instead |
| <xmp> | Deprecated. Use <pre> instead |
Citations, Quotations, and Definition Tags
| Tag | Description |
| <abbr> | Defines an abbreviation |
| <acronym> | Defines an acronym |
| <address> | Defines an address element |
| <bdo> | Defines the text direction |
| <blockquote> | Defines a long quotation |
| <q> | Defines a short quotation |
| <cite> | Defines a citation |
| <dfn> | Defines a definition term |
Facebook comments:


