Sunday 23 September 2012

Country & Capital

 Country And Capital

 

             Country                                                  Capital                          
  Afghanistan     Kabul
 Algeria   Algiers
Australia  Canberra
 Bangladesh Dhaka
 Belgium  Brussels
 Bhutan  Thimphu
 Brazil  Brasilia
 Bulgaria  Sofia
 Canada  Ottawa
 China Beijing
 Colombia   Bogota
 Cuba  Havana
 Denmark  Copenhagen
Egypt  Cairo
 Fiji   Suva
 Finland  Helsinki
 France  Paris
 Germany  Berlin
 Greece  Athens
 Hungary   Budapest
 Iceland  Reykjavik
 India  New Delhi
 Indonesia  Jakarta
 Iran  Tehran
 Iraq   Baghdad
 Ireland  Dublin
 Israel  Jerusalem
 Italy  Rome
 Japan  Tokyo
 KenyaNairobi
 Mexico  Mexico City
 Nigeria   Abuja
  

Saturday 22 September 2012

Table using HTML

Making A Table Using Hypertext Markup Language 

 

<html>
<body>

<h3>One column:</h3>
<table border="2"> 
<th>Table</th> 
<tr>
  <td>100</td>
</tr>
</table>
</body>
</html>
 
 
Now in this program you must be thinking which tag is working how..About html tag 
and body tag i have mentioned in my earlier post click here

Now over here we are <th> tag --- for writing the header of the table or you can say making header of table..
<tr> --- used for table row.
<td>---used for table data.
<table border="2"> --- indicates the  border line of the table. Here it will give two line as border.
we are closing each tag by writing the tag and including "/" sign before it.
Now i hope every one will able to create table using html.If you have any qns you can ask me. 

Monday 10 September 2012

KBC

This seasons 1st 1 crore winner of KBC Manoj Kumar Raina

  KBC  6 got his 1st 1crore winner Mr Manoj Kumar Raina. He is a railway employee at Kashmir.His  ultimate dream meeting megastar Amitabh Bachchan and says he would utilise this sum to build his house in native Kashmir.

 

Sunday 9 September 2012

HTML tag

BASIC HTML TAG

 
Tags Description
 <HTML>                                    html documents                                                                       
<head> Document head
<title> document title
<body> Document body
<h1>to<h6> header1 to header6
<p> paragraph
<hr> horizontal line
<br> line break
<!--> comment line
<b> bold text
<big> big text
<em> emphasized text
<i> italic text
<sub> subscript
<sup> superscript
<ins> inserted text
<del> deleted text
<a> anchor
<abbr> abbreviation