Duck hunt
image Like our facebook Fan Page
News: Xtgem Wapmaster Good news hindi sms grabber script Click here

24-04-2024 10:13:08 am

Best High Speed Play Store
Hd Mp4 Hot Videos!!
HTML Basic - Examples
HTML Headings
HTML headings are defined with the
<h1> to <h6> tags.
EXAMPLE
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>
Try it yourself »
HTML Paragraphs
HTML paragraphs are defined with the <p> tag.
EXAMPLE
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
Try it yourself »
HTML Links
HTML links are defined withthe <a> tag.
EXAMPLE
<a href="http://trick765.xtgem.com">This is a link</a>
Try it yourself »
HTML Images
HTML images are defined with the <img> tag.
EXAMPLE
<img src="http://trick765.xtgem.com/images/xtgem_logo.png" width="160" height="100" />
NOTE : The filename and thesize of the image are provided as attributes.
Try it yourself »
HTML Line Breaks
Use the <br /> tag if you want a line break (a new line) without starting a new paragraph:
EXAMPLE
<p>This is<br />a para<br />graph with line breaks</p>
Try it yourself »
HTML Lines

The <hr /> tag creates a horizontal line in an HTML page.
The hr element can be usedto separate content:
EXAMPLE
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
<hr />
<p>This is a paragraph</p>
Try it yourself »