Learn Geek languages like Big data,Hadoop,Hive,Pig,Sqoop ,flume,Cassandra,Hbase,Ruby On Rails,Python,Java and many more.

Monday 27 June 2016

basic tags of HTML

<html>
       
<body>
<!----heading-->
<h1> GEEK</h1>
<h1>Geek Languages</h1>
<hr />
<h2>Geek Languages</h2>
<hr />
<h3>Geek Languages</h3>
<h4>Geek Languages</h4>
<h5>This is a Heading 5</h5>
<h6>Geek Languages</h6>
<!---paragraph-->
<p>Geek Languages</p>

<p>
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
</p>

<!---tags-->
<p><b>This text is bold</b></p>
<p><strong>This text is strong</strong></p>
<p><big>This text is big</big></p>
<p><em>This text is emphasized</em></p> <br />
<p><i>This text is italic</i></p><br />
<p><small>This text is small</small></p>
<p>This is<sub> subscript</sub> and <sup>superscript</sup>
</p>
<p>
a dozen is
<del>twenty</del>
<ins>twelve</ins>
pieces
</p>

<!--pre fromateed text--->
<pre>
This is
preformatted text.
It preserves
both spaces
and line breaks and shows the text in a monospace font.
</pre>

<!-- anchor tag--->
<a href="http://www.geeklanguages.blogspot.com">This is a link to my Web site.</a>

<!-- IMAGE TAG-->
<img src="aa.png" width="104" height="142" /> <br/>
<!-- ABBREVATION-->
<abbr title="United Nations">UN</abbr>
<br />
<acronym title="World Wide Web">WWW</acronym>


<!---table-->
<h4>A background image:</h4>
<table border= "3" background="aa.png">
<tr>
<td bgcolor = blue>First</td>
<td>Row</td>
</tr>
<tr>
<td>Second</td>
<td>Row</td>
</tr>
<tr>
</table>

<!---table with spans-->

<h4>Cell that spans two columns:</h4>
<table border="1">
<tr>
<th>Name</th>
<th colspan="2">Telephone</th>
</tr>
<tr>
<td>Bill Gates</td>
<td>555 77 854</td>
<td>555 77 855</td>
</tr>
</table>

<!---table with cell padding-->
<h4>With cellpadding:</h4>
<table border="1" cellpadding="10">
<tr>
<td>First</td>
<td>Row</td>
</tr>
<tr>
<td>Second</td>
<td>Row</td>
</tr>
</table>

<div>
<table border = "2">
<th align="left">Money spent on....</th>
<th align="right">January</th>
<th align="right">February</th>
</tr>
</table>
</div>
<!--text color-->
<p style="color:grey" width = "150">
Color set by using color name
</p>



<!--Ordered (Numbered) List-->
<ol>
<li>First item</li>
<li>Next item</li>
</ol>

<!---  Definition List -->
<dl>
<dt>First term</dt>
<dd>Definition</dd>
<dt>Next term</dt>
<dd>Definition</dd>
</dl>


<!--Unordered list--->
<h4>A nested List:</h4>
<ul>
<li>Coffee</li>
  <li>Tea
   <ul>
<li>Black tea</li>
<li>Green tea
      <ul>
<li>China</li>
<li>Africa</li>
      </ul>
   </li>
</ul>
</li>
<li>Milk</li>
</ul>
</body>


</html>

<!---USE OF FRAMES--->
<html>
<frameset rows="50%,50%">
<frame src="frame_a.htm">
<frameset cols="25%,75%">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
</frameset>
</html>

2 comments:

if you have any query regarding geek languages,
email on arora.ratul@gmail.com