HTML বাংলা টিউটোরিয়াল-8

আজকে আমি html এর একটি নতুন বিষয় নিয়ে আলোচোনা করব।সাথে থাকুন।

font size ট্যাগঃ

এই ট্যাগ দিয়ে কোন লাইন এর অক্ষরগুলোর সাইজ ছোট-বড় করা যায়।সাধারনত প্রতিটি font এর ডিফল্ট size ১২ দেওয়া থাকে।আমরা এই ট্যাগ ব্যাবহার করে আমরা এর সাইজ +৭ পর্যন্ত বাড়ানো সম্ভব,আর এর সাইজ -৭ পর্যন্ত কমানো সম্ভব।+৭ এর
বেশি আর -৭ এর কম নিলে এই ট্যাগ কাজ করবে না।

এবার আসুন এই ট্যাগ এর গঠন দেখি।<font size=-7 হতে +7>...............................</font>

এবার আসুন আমরা একটা উদাহরন দেখি।

html>

<head>

<title>

টেকটিউনস

</title>

</head>

<body>

<Font size=+6>we live in a small country.</font><br>

<Font size=+4>we have a lot of problem.</font><br>

<Font size=+2>most of our people are poor.</font><br>

<Font size=+1>we have no food,no shelter,no education.</font><br>

<Font size= -1>this is enough problem for a country.</font><br>

<Font size= -2>but,always we are in a smile face.</font><br>

<Font size= -3>because,we have a dream.</font><br>

<Font size= -4>some of our student has a dream.they worked,work,will work for his motherland</font><br>

<Font size= -5>so what can you do???? This is your choice.</font>

</body>

</html>

এই কোডিং অবশ্যই notepad এ লিখতে হবে।তারপর tech.html নামে সেভ করে double click করে ওপেন করুন।
font face ট্যাগঃ

এই ট্যাগ ব্যাবহার করে বিভিন্ন style এর font ব্যাবহার করা যায়।আমরা মাইক্রোসফট ওয়ার্ড এ যেসব বিভিন্ন font ব্যাবহার করেছি,html এ তার সব ব্যাবহার করা যাবে।শুধু font এর নাম জানতে হবে।যেমন arial font,vrinda font.

এবার আসুন আমরা একটা উদাহরন দেখি।

html>

<head>

<title>

We loveBangladesh

</title>

</head>

<body>

<Font face=arial>we live in a small country.</font><br>

<Font face=bodony mt black>we have a lot of problem.</font><br>

<Font face=forte>most of our people are poor.</font><br>

<Font face=impact>we have no food,no shelter,no education.</font><br>

<Font face=times new roman>this is enough problem for a country.</font><br>

<Font face=segoe script>but,always we are in a smile face.</font><br>

<Font face=castellar>because,we have a dream.</font><br>

<Font face=batang>some of our student has a dream.they worked,work,will work for his motherland</font><br>

<Font face=Blackadder ITC >so what can you do???? This is your choice.</font>

</body>

</html>

এবার এটি tech1.html নামে সেভ করে double click করে ওপেন করুন।

No comments

Powered by Blogger.