Abbreviation
အတိုခ်ဳံး စကားလံုးေတြကို အသံုးျပဳခ်င္တဲ့ အခါမွာေတာ့ <abbr>
tag ကို အသံုးျပဳပါတယ္။
<!DOCTYPE html>
<html>
<head>
<title>Small</title>
<meta name="description" content="HTML5 book">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="saturngod">
<meta charset="UTF-8">
</head>
<body>
<h1>Medical Alert</h1>
<p>Ascending to high elevations can cause altitude sickness, including <abbr title="high altitude pulmonary edema">HAPE</abbr>.</p>
</body>
</html>
အေပၚက code မွာ title=
ဆိုတာကို ေတြ႕မွာပါ။ title ဆိုတာကေတာ့ mouse pointer စာေပၚတင္လိုက္ရင္ ေတြ႕ရမယ့္ tooltip စာပါ။ အဲဒီ code ေလးကို ေအာက္ကလို ျမင္ရမွာပါ။
Figure 2-17