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

Thursday, September 22, 2016

css_part42



html  এর কিছু ব্যবহার (About Us.html)
নিচের মত কোডিংসহ আরও একটি HTML ফাইল তৈরী করুন। 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html"; />
<title>web example</title>
<link href="My Style_final.css" rel="stylesheet" type="text/css" />
<style type="text/css">
</style></head>

<body>
<div id="wrapper">
<div id="head">
<div id="logo"> <img src = "Logo.jpg" height="75" width="75" align="left"/> 
Nova Computer <br/>
  <span class="subtext">Learn from Beginning..... Don't late....late.. late.</span></div>

<div id="menu"><ul class="menuitem">
      <li><a href="My Index_final.html">Home</a></li>
     <li><a href="aboutus.html">About Us</a></li>
     <li><a href="#">Products</a></li>
     <li><a href="#">Tutorials </a></li>
     <li><a href="#">Contact Us</a></li>
</ul> </div> 
 
<div id="image"><img src="images/banner.jpg" height="300" width="850" align="left" /></div>
</div>


<div id="content"><span class="title">Nova Computer</span><br />
Look! here is some link. Click to get related website <br />
Computer Learning Center is a sixteen-year old Educational Institute.  We offer basic computer training, in the form of our Career Enhancement Program (CEP) and Professional Certifications such as Graphics design, videoediting, and Web Page.   Whether you are looking for a career change, a new job, a promotion or to update your skills in the workplace, we have the program you need.  No matter which career path you choose, students have their own computer to work on in class and practice time is FREE and UNLIMITED.   Job placement assistance is included with all of our courses.  We have flexible hours such as days, evenings, and weekends to fit your busy schedule.  We offer financing through several lenders for all our courses subject to qualification.
For those students interested in training on a specific application, but don't wish to take a course, there is one-on-one instruction available.  Rates vary depending on the subject matter and schedules are flexible in order to meet your busy work commitments.  For information and rates please email  or Contact us describing your requirements.
Corporate training is also available either at the Center or at your site.  If training requirements do not fit our standard course curricula, we will design programs in concert with your company.  Rates vary depending on the subject matter. 
For those companies that have trainers on staff, the Center will rent classrooms with networked PCs, Internet access, assorted audio-visual teaching aids,  and full break room facilities at competitive rates.  For a quote, email your request.
bappi ashraf

</div>

<div id="footer">all right reserved by <a href="http://bappiashraf.blogspot.com">Bappi Ashraf</a></div>
</div>
</body>
</html>



ব্রাউজার দিয়ে খুললে নিচের মত ফলাফল পাওয়া যাবে।
Text Effect
Text ইফেক্ট দ্বারা মুল Text Shadow, ইত্যাদি  দেওয়া হয়। এটিতে ৪টি মান থাকে সর্টিং অর্ডার হলো Horizontal Shadow, vertical Shadow, blur distance color. নিচের প্রোগ্রাম লক্ষ্য করুন

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head><title> CSS Pseudo class and element </title>
<style> h1{text-shadow: 5px 5px 5px #FF0000;}
</style></head>
<body>
<h1>Nova Computer</h1></body></html>
ব্রাউজার দিয়ে খুললে নিচের মত ফলাফল পাওয়া যাবে।

Multiple Column

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head><title> Multeple column</title>
<style>
.column{
-moz-column-count:3; column-count:3; /* Firefox */
-moz-column-gap:10px; column-gap:10px; /* Firefox */
-moz-column-rule:1px outset #ff00ff; /* Firefox */
column-rule:1px outset #ff00ff;}
</style>
</head>
<body>
<div class="column">
This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column.T his is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column. This is sample text with column.
</div></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