Create A new Paragraph

Paragraph တစ္ခု ကို တည္ေဆာက္ဖို႕ ရန္အတြက္ ကၽြန္ေတာ္တို႕ <p> tag ကို အသံုးျပဳပါမယ္။ ေအာက္က ဥပမာ ေလး ကို တခ်က္ၾကည့္လိုက္ပါ။

<!DOCTYPE html>
<html>
    <head>
        <title>This is title</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>
        <p>HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.</p>
        <p>The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.</p>
    </body>
</html>

ကၽြန္ေတာ္တို႕ ေတြ စာေတြ ေရးသားရာမွာ အပိုဒ္ေတြကို ခြဲၿပီး ေရးသားလိုတဲ့ အခါမွာ <p> ကို အသံုးျပဳၾကပါတယ္။ အထက္ပါ code ကို browser မွာ ဖြင့္ၾကည့္လိုက္ရင္ ေအာက္ကလို ျမင္ရပါလိမ့္မယ္။

Figure 2-1

Figure 2-1. Paragraph

results matching ""

    No results matching ""