HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-8 (Formatting the text~~Hedaet Forum~~


Email: Password: Forgot Password?   Sign up
Are you Ads here? conduct: +8801913 364186

Forum Home >>> HTML Code >>> HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-8 (Formatting the text

murad
VIP Member
Total Post: 155

From:
Registered: 2012-04-14
 

Formatting the text:
Microsoft Word on the Bold, Italic, Underline, strikethrough, Subscript, Superscript, and is used for formatting text. Well-presented document to HTML and Text Formatting Text Formatting used for , , , <strike>, <sub>, <sup>, <big>, <small>, <strong> , <samp>, <tt>, <abbr>, <var>, <code>, <address> etc. The tags are used.
Example Program below.
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
টেক্সট ফরমেটিং করা:
Microsoft Word এ Bold, Italic, Underline, strikethrough, Subscript, Superscript ইত্যাদি টেক্সট ফরমেটিং এর জন্য ব্যবহৃত হয়। ডকুমেন্টকে সুন্দরভাবে উপস্থাপন করতে টেক্সট ফরমেটিং ব্যবহার করা হয় HTML এ টেক্সট ফরমেটিং এর জন্য , , , <strike>, <sub>, <sup>, <big>, <small>, <strong>, <samp>, <tt>, <abbr>, <var>, <code>, <address> ইত্যাদি ট্যাগ সমূহ ব্যবহার করা হয়।
উদাহরণ প্রোগ্রাম

<html>
<head>
<title>www.hedaet.com</title>
</head>
<body bgcolor=\\\"green\\\">

<p>
(Bold) This is an example of bold. <br />
(Italic) This is an example of Italic. <br />
(Underline) This is an example of Underline. <br />
<strike>(Strike) </strike> This is an example of Strike. <br />
(CO<sub>2</sub> This is an example of Subscript. <br />
(E=MC<sup>2</sup> This is an example of Superscript. <br />
<big>(Big text)</big>This is an example of Big. <br />
<small>(Small text)</small>This is an example of Small. <br />
<strong>(Strong text)</strong>This is an example of Strong. <br />
<samp>(Sample text) </samp>This is an example of Sample. <br />
<tt>(Teletype)</tt>This is an example of Teletype. <br />
(<abbr> U.N.O</abbr> United Nations Organization.) This is an example of Abbreviation. <br />
(<var>x</var> is a variable.)This is an example of Variable <br />
(<code>Computer code text.</code> This is an example of Code.<br /> <address>
(Written by Ashim<br />
Address: www.hedaet.com<br />
E-mail: hedaetulbd@yahoo.com)</address>This is an example of Address <br />
</p>

</body>
</html>