Add Small Text

ကၽြန္ေတာ္တို႕ေတြ စာေၾကာင္း အေသးေလးေတြကို အသံုးျပဳခ်င္တဲ့ အခါမွာေတာ့ <small> ကို အသံုးျပဳရပါတယ္။ အထူးသျဖင့္ ကၽြန္ေတာ္တို႕ေတြ copyright လိုမ်ဳိး စာသားေတြ မွာ အသံုးမ်ားပါတယ္။

<!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>HTML</h1>
<p>HyperText Markup Language (HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser.</p>
<p>HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like &lt;html&gt;), within the web page content. HTML tags most commonly come in pairs like &lt;h1&gt; and &lt;/h1&gt;, although some tags, known as empty elements, are unpaired, for example <img>. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.</p>

<small>Copyright 2012 Wikipedia</small>
</body>
</html>

အထက္ပါ code ကို browser မွာ ၾကည့္လိုက္ရင္ ေအာက္ကလို ျမင္ရပါမယ္။ small tag နဲ႕ ေရးထားတဲ့ စာေလးေတြက ေသးေနတာကို ေတြ႕ႏိုင္ပါတယ္။

Figure 2-12

Figure 2-12

results matching ""

    No results matching ""