HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-7 Heading write~~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/সহজ এইচটিএমএল কোড শিখুন-7 Heading write

murad
VIP Member
Total Post: 155

From:
Registered: 2012-04-14
 

Heading write: HTML - in total there are six different heading tags are: - <h1> </ h1>, <h2> </ h2>, <h3> </ h3>, <h4> </ h4>, <h5 > </ h5> and <h6> </ h6>. If you need to write the title character is a large size <h1> </ h1> tags in the text. I will write slowly and size will be small.
Example Program below.
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
হেডিং লিখা: HTML -এ মোট ছয় ধরণের হেডিং ট্যাগ রয়েছে এগুলো হল:- <h1> </h1> , <h2> </h2> , <h3> </h3> , <h4> </h4> , <h5> </h5> এবং <h6> </h6> । বড় সাইজের অক্ষরে শিরোনাম লেখার প্রয়োজন হয় তাহলে <h1> </h1> ট্যাগের মাঝে লেখা হয়। এবং অন্যান্য গুলো ব্যবহার করলে লেখার সাইজ আস্তে আস্তে ছোট হবে।

উদাহরণ প্রোগ্রাম
<html>
<head>
<title> www.hedaet.com</title>
</head>
<body bgcolor=\" green\">
<h1>This is an example of heading 1</h1>
<h2>This is an example of heading 2</h2>
<h3>This is an example of heading 3</h3>
<h4>This is an example of heading 4</h4>
<h5>This is an example of heading 5</h5>
<h6>This is an example of heading 6</h6>
</body>
</html>