Skip to main content

Posts

Showing posts from June, 2017

create free Android app for your website

Create Android app for your website:- Free free with ad Paid Free app Free apps are absolutely free but these apps created with low quality design and less functions.if you want to upgrade free to paid with high quality design and more functions.you have to pay some handsome money. Free app with ads Free apps with ads are absolutely free but these apps will show ads these apps created with high quality design and much functions.if you want to upgrade free to paid you have to pay some handsome money.ads will be removed from these app after upgrade. Paid apps paid apps are not free. these apps will not show any ads these apps created with high quality design and much functions then free and free with ads app.if you want to upgrade free to paid you have to pay some handsome money.

people you may know code wapka

<div class="aut"> <div class="bmenu"><div class="aut"> <div class="phdr">People You May Know </div> </div> <table cellspacing="1"><tr><td align="left" valign="top"><a href="profile_1.xhtml?u=rajazone"><img src="http://wfs-01.wapka.mobi/300026/300026950_96226f406d.gif" width="50" height="50" alt="rajazone"/></a></td><td align="left" valign="bottom"><a href="profile_1.xhtml?u=rajazone">rajazone</a><br/><a href="friends_1.xhtml?add_usr=achbani&do=1">Add as Friend</a><br/><a href="messages_1.xhtml?box=new&u=rajazone">Message</a></td></tr></table><br/></div></div>

Shoto Danar Projapoti (শত ডানার প্রজাপতি) By Arafat Mohsin Lyrics

Shoto Danar Projapoti (শত ডানার প্রজাপতি) By Arafat Mohsin Lyrics নতুন ভোর উঠলো সুরে নিলো তোমার ঘুমকে তুলে, তখন আমি আলো হয়ে ছুয়ে তোমার কপালে..। ও..ও..ও..চোখ  খোলে আমায় দেখে আলসেমিতে খুব তুমি অভিমানে, কুয়াশা...

Tumi Je Amar Kobita (তুমি যে আমার কবিতা)

Title : Tumi Je Amar Kobita (তুমি যে আমার কবিতা) Artist : সাবিনা ইয়াসমীন তুমি যে আমার কবিতা আমার বাঁশীর রাগিনী। আমার স্বপন আধ-জাগরণ চিরদিন তোমারে চিনি।। আমি কে তোমার যদি জানতে তবে কি আমায় কাছে টানতে...

Hridoyo Pinjirar Posha Pakhi (হৃদয়ও পিঞ্জিরার পোষা পাখি)

আমার হৃদয় পিঞ্জিরার পোষা পাখি রে, আমারে কান্দাইয়া পাও কি সুখ ।। তুমি কার পোষা পাখি , কাজল বরন আঁখি, রক্ত জবার মত তোমার মুখ। প্রথম জীবনের কালে যেদিন তোমায় দেখেছি, এই দেহ পিঞ্...

html table

< table style="width:100%"> < tr> < th>Firstname< /th> < th>Lastname< /th> < th>Age< /th> < /tr> < tr> < td>Jill </td > < td>Smith </td > < td>50 </td > < /tr> < tr> < td>Eve </td > < td>Jackson < /td> < td>94 < /td> < /tr> < /table> HTML Table Tags Tag - Description <table> Defines a table <th> Defines a header cell in a table <tr> Defines a row in a table <td> Defines a cell in a table <caption> Defines a table caption <colgroup> Specifies a group of one or more columns in a table for formatting <col> Specifies column properties for each column within a <colgroup> element <thead> Groups the header content in a table <tbody> Groups the body content in a table <tfoot> Groups the footer content in a table