know yourselves. information, computer, 7 wonders, various.

Saturday, September 3, 2016

css_part14



Text Decoration করা
এটির কিছু অংশ CSSএ নতুন বাকী অংশ HTML অংশে বর্ননা দেওয়া আছে। Text Decoration এর প্রচলিত Valueগুলি হচ্ছে :
                        none -কোন ডেকোরেশন থাকবে না ( Default )
                        underline – নিচে আন্ডারলাইন হবে
                        overline – উপরে একটি লাইন থাকবে
                        line throw – লিখে কেটে দেওয়ার ইফেক্ট আসবে
                        Blink – জ্বলা নিভা ইফেক্ট দিবে ( সব ব্রাউজার সার্পোট করে না )
এখন নিচের মত প্রোগ্রাম তৈরী করুন

নিচের মত কোডিংসহ আরও একটি HTML ফাইল তৈরী করুন। 
<!DOCTYPE html>
<html>
<head>
<head>
<title>CSS Text Style properties</title>
<style>
h1 {text-align:center;text-decoration:blink;}
h4 {text-align:center;}
p.left {text-align:left;}
p.right {text-align:right;}
p.just {text-align:justify;}
.line{text-decoration:line-through;}
.over{text-decoration:overline;}
.under{text-decoration:underline;}
</style>
</head>
<body>
<h1>Nova Computer</h1>
<h4> 50 Aziz Super Market <br />
Sahabag, Dhaka </h4>
<hr />
<p class="left">Date........</p>
<p class="right">Ref........</p>
<p class="left">
To <br />
Managing Director <br />
<a class="line"> Nova Computer, Kushtia </a> <br />
Nova Computer, Dhaka.<br />
Sub: <a class="under">Application to get a New Lesson Note</a> <br /></p> </p>
<p class="left">
Sir,<br /> </p>
<p class="just">
I beg most respectfully that I an a student of Nova Computer at Foundation Course. My name is Shopnil Ashraf Shopno, Roll No - FND00353B. Unfortunately I have lost my Lesson Note of foundation part 1. This is horrible condition to me to understand theclass.<br />
</p>
<p class="just">
So I would be grateful if you kindly permit me another one new lesson note. <br /> </p>
<br />
<p class="left">
<a class="over">Your faithfully </a><br />
Shopnil Ashraf Shopno <br />
Roll No FND00353B    </p>
</body> </html>
ব্রাউজার দিয়ে খুললে নিচের মত ফলাফল পাওয়া যাবে।

Previous Post                                                                                           Next Post

  বিস্তারিত জানতে নিচের বইটি সংগরহ করে নিন।

Book Name: Mastering Microsoft  Word
Writer: Bappi Ashraf
Published By: Gyankosh Prokashani
Amount of Pages: 464
First Publish: October-2004
Last Edition: We've February-2015 edition. Future edition may be existed!
Book Price: BDT 350 (30% Discount)
 The writer of this book has told that he has written this book with the concept of "teach yourself". On the other hand, Web Design is a thing which is interesting to learn. He has also told that the book is full of fan and enjoyment so that a person can learn Web Design by himself by playing with the example projects of this book.  Book's CD Link below... 

 cd

RELATED POST LINKS BELOW ********************************************
Next_


Part- 02:  Inline Style