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

Wednesday, August 10, 2016

HTML_Part36_Mailto link তৈরী করা


Mailto link তৈরী করা
আপনার ওয়েব সাইটে আপনি এমন একটি লিংক তৈরী করতে পারেন যেটিতে ক্লিক করলে একটি mailbox আসবে এবং Mail লিখে Sent করলে সরাসরি আপনার কাছে mail চলে আসবে। এজন্য herf এর সাথে mailto অ্যাট্রিবিউট ব্যবহার করতে হবে এবং mailto এর সাথে আপনার mail address কে নির্ধারন করে দিতে হবে। Syntax হবে নিম্নরূপ: <a herf=“mailto:mail address”> Anchor Text </a>
তবে মেশিনে Outlook Setup থাকতে হবে।
Program087
আবারও নিচের মত কোডিং সহ পেজ তৈরী করুন।
<!DOCTYPE html>
<html> <head>
<title> example of mailto attribute </title> </head>
<body>
Cookies are small data files that websites can write to your hard drive when you visit them. Once written, the cookie can only be accessed by the site that originally created it (ie. our site cannot read cookies set by another site you have visited and vice-versa).<br />&nbsp;&nbsp;&nbsp; Our site uses cookies to store personal site preferences, session information, and ordering information specific to you (such as the contents of your shopping cart). <br />
<a  href="mailto:http://www.mail.yahoo.bappibd001@yahoo.com"> send mail to me </a>
</body>
</html>
ব্রাউজার দিয়ে খুললে নিন্মেক্ত ফলাফল পাওয়া যাবে।


Send mail to me লেখার উপর ক্লিক করুন। নিচের মত Page আসবে।


Outlook Express খুলে যাবে mail লিখে Sent করুন। নির্ধারিত mail address mail টি পৌঁছে যাবে।
Special Project Final আবারও নিচের মত কোডিং সহ পেজ তৈরী করুন।
<html> Special Project Final
<head>
<title>web example</title>
</head>
<body style="background-color:#CCCCCC;">
<div style="background-color:#FFFFFF; width:850px; height:auto; margin-left:80px; margin-top:50px;" >
<div style="background-image:url('top_bg.jpg'); width:850px; height:400px; margin:0px;">
<div style="width:300px;   height:80px; padding:20px; font-size:24px; float:left;"> <img src = "Logo.jpg" height="75" width="75" align="left"/>  Nova Computer <br/> <span style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff;">Learn from Beginning..... Don't late....late.. late.</span><br />
<div  style="background-color:#9999FF; height:25px; width:500px; float:left;">
<span style="font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff;">
<a href="">Home  </a>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
Books &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
Tutorials &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
About Us &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Contact Us &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>
</div>
</div>
<div><img src="images/banner.jpg" height="325" width="850" align="left" /></div>
</div>
<div style="background-color:PowderBlue; width:850px; height:300px; background:#FFFFFF; padding-top:50px; padding-bottom:25px;">
<div style="background-color:PowderBlue;width:263px; height:300px; padding-left:15px; padding-right:20px; float:left; text-align:justify;">
<span style="font-size:22px; color:#0099FF;"> Web/Blog </span> <br />
Look! here is some link. Click to get related website <br />
<a href="http://novacomputerbd.com"> Nova Computer </a> <br />
<a href="http://bappiashraf.blogspot.com">Bappi's Blog </a> <br />
<a href="http://google.com">Google</a></p>
 </div>
<div style="background-color:PowderBlue; width:500px; height:300px;
float:left; text-align:justify;">
<span style="font-size:22px; color:#0099FF;">About Nova Computer</span><br />
  Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on..Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on.. Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on..  Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on..
  Bappi Ashraf is an actor and computer books author.  Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on..Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on.. Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on..  Look! Our product written by Bappi Ashraf. He has written various book about computer. And go on..
  Bappi Ashraf is an actor and computer books author.
 </div>
 </div>
<div style="width:850px; height:auto; color:#ffffff; background:#ff0000;padding-top:10px; padding-bottom:10px; text-align:center;
"> all right reserved by <a href="http://bappiashraf.blogspot.com"> Bappi Ashraf</a></div>
</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 ********************************************