biu tag in html

wailynnooJune 16, 20101min790

<html>
<head>
<title>About body tag</title>
</head>

<body>
<b>This is bold text</b><br>
<i>This is italic text</i><br>
<u>This is underline</u><br>
<strong>This is strong text</strong><br>
<em>This is em text</em>
</body>
</html>
Output:
This is bold text
This is italic text
This is underline
This is strong text
This is em text

ဒီ example လေးကို run ကြည့်လိုက်ရင် ဒီ tag ကလေးတွေအကြောင်း အလွယ်တကူ နားလည်လိမ့်မယ် ထင်ပါတယ်။ ဒီ example မှာ ကြည့်လိုက်ရင် strong နဲ့ bold က တူသလို i နဲ့ em က လည်းတူပါတယ်။ သူတို့ နှစ်ခုသုံးခု တွဲသုံးရင်လည်းရပါတယ်။ <b><i>This is bold italic text</i></b>