// //]]>

Website Development (HTML) - Introduction



INTRODUCTION TO HTML
အင္တာနက္မွာ Website ေတြရွိပါတယ္။ ဥပမာ။ ကြ်န္ေတာ္သံုးေနတဲ့ Facebook ဟာ Website တခုပါပဲ။ Website မွာ Web Pages ေတြ ရွိပါတယ္။ အဆင့္ျမင့္ Website ရဲ႕ Web Page ေတြရဲ႕ မူလ အေျခခံကေတာ့ HTML ျဖစ္ပါတယ္။
HTML is the standard markup language for creating Web pages.
အဆင့္ျမင့္ Website နည္းပညာ ေလ့လာဖို႕၊ ေဆာင္ရြက္ဖို႕ HTML ကို သိဖို႕လိုပါတယ္။

၁။ Notepad ကို ဖြင့္ပါ။
၂။ ေအာက္ပါ စာသားမ်ားကို copy ကူးယူျပီး Notepad မွာ paste လုပ္ပါ။

<html> <head> <title>Page Title</title> </head> <body> <h1> My First Heading</h1> <h1> </h1> </body></html> ပထမေခါင္းစဥ္
My first paragraph.
စာပိုဒ္(၁)
၃။ File ကို save as လုပ္မယ္။ ပံုပါအတိုင္း

HTML_Example1.htm ေပးပါ။
File type မွာ All ကို ေရြးျပီး
Encoding မွာ Unicode ေပးပါ။
၄။ OK ကို Click လုပ္ save ျပီးရင္ Notepad ကို ပိတ္လိုက္ပါ။
၅။ Save ထားတဲ့ HTML_Example1.htm ကို Browser တခုခု (IE, Chrome, FireFox ...) တခုခုမွာ ဖြင့္ပါ။
၆။ ေအာက္မွာ ပံုအတိုင္း ျမင္ရပါလိမ့္မယ္။


HTML Page Structure ဟာ ပံုအတိုင္း ျဖစ္ပါတယ္။


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

Related Posts

No comments:

Post a Comment