// //]]>

Website Development - HTML Tags



Previous Post>>https://www.skitfy.com/2019/01/website-development-html-introduction.html

Next Post>>https://www.skitfy.com/2019/01/website-development-html-tags-2.html

HTML Page တခုရဲ႕ ဖြဲ႕စည္းမွဳ
<html> <head> ............. ............. </head> <body> ............. ............. ............. </body> </html>
ေထာင့္ကြင္း <> ထဲမွာ tab name ကို ေရးပါတယ္။ အဖြင့္  နဲ႕ အပိတ္ ရွိတယ္။
အေျခခံ Tab ေတြကို စတင္ ေလ့က်င့္ၾကပါမယ္။

ေအာက္က စာသားကို ကူး notepad မွာ paste, Example2.htm အျဖစ္ save as လုပ္ျပီး Browser တခုခုမွာ ဖြင့္ၾကည့္ပါ။
<html> <head> <title>HTML Tags</title> </head> <body> <h1> Heading 1 Example</h1> <h2> Heading 2 Example</h2> <h3> Heading 3 Example</h3> <h4> Heading 4 Example</h4> <h5> Heading 5 Example</h5> <h6> Heading 6 Example</h6> Paragarph one Start.<br /> <b> Bold Text</b><br /> <i> Italic Text</i><br /> <u> Underline Text </u><br /> Paragarph Two Start.<br /> </body> </html> ပံုအတိုင္း ျမင္ရပါလိမ့္မယ္။




;

Related Posts

No comments:

Post a Comment