যা জানবো...
এইচটিএমএল এ হেডিং ট্যাগ একটি গুরুত্বপূর্ণ ট্যাগ । সাধারনত এর মাধ্যমে কোন প্যারাগ্রাফের শিরোনাম লেখা হয়। এ অধ্যায়ে আমরা হেডিং এর কোডিং পদ্ধতি সম্পর্কে জানবো।হেডিং
উদাহরণ প্রোগ্রাম
<html>
<head>
<title> www.matechcomputer.blogspot.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>
<head>
<title> www.matechcomputer.blogspot.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>
একটা নোটপ্যাড open করে উপরের code টুকু লিখে file মেনু থেকে Save as এ ক্লিক করে File name: index.html , Save as type : All files, দিয়ে save করে index.html ফাইলটি Mozilla Firefox দিয়ে open করলে পাশে প্রদর্শিত দেখাবে।
No comments:
Post a Comment