You are not logged in.

#1 2015-09-08 10:26:59

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Basics Of HTML:

Basics Of HTML:


Opening Tags:


<html>
<body>

HTML Headings:


<h1>Heading One Size Is 24</h1>
<h2>Heading two Size Is 22</h2>
<h3>Heading Three Size Is 18</h3>
<h4>Heading Four Size Is 16</h4>
<h5>Heading Five Size Is 12</h5>
<h6>Heading Six Size Is 10</h6>

HTML Paragraphs:


<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

HTML Links:


<a href="http://www.globalguideline.com">GGL</a>

HTML Images:


<img src="Image Sourse" alt="Image Name" width="104" height="142">

Ending Tags:


</body>
</html>


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-08 10:26:59

Advertisement
Ads By Google

Re: Basics Of HTML:



\n

Board footer