Apply a Style Locally
တစ္ခါတစ္ရံ ကၽြန္ေတာ္တုိ႕ေတြဟာ style ကို class , id , tag ေတြနဲ႕ သီးသန္႕ ေရးမယ့္ အစား တစ္ေၾကာင္းထဲမွာ ေရးခ်င္တဲ့ အခါေတြ ရိွတတ္ပါတယ္။ အဲဒီ အခါ ေအာက္ကလို မ်ဳိး အသံုးျပဳႏိုင္ပါတယ္။
<!DOCTYPE html>
<html>
<head>
<title>Page 2</title>
</head>
<body>
<p style="color:red">Red</p>
<p style="color:green">Green</p>
<p style="color:blue">Blue</p>
</body>
</html>
အဲဒီ code ေလးကို browser မွာ ဆုိရင္ ေအာက္ကလို ျမင္ရပါလိမ့္မယ္။
Figure 3-4
လိုင္းတစ္ေၾကာင္းတည္းမွာ CSS ကို အသံုးျပဳခ်င္တဲ့ အခါ style=
ဆုိတဲ့ attribute ထဲမွာ ထည့္ေရးရပါတယ္။