Hardcore Tambayan Zone
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Hardcore is a site that you can share and you can learn..
 
HomeFAQLatest imagesSearchRegisterLog in
Welcome to Hardcore community zone Enjoy Smile

Share | 
 

 HTML Basic (4 examples)

View previous topic View next topic Go down 
AuthorMessage
xtrojan
xtrojan

Hardcore G-MOD

Posts : 49
Join date : 21/02/2012

HTML Basic (4 examples) Empty
PostSubject: HTML Basic (4 examples)   HTML Basic (4 examples) EmptyWed Feb 22, 2012 11:29 pm

HTML Headings

HTML headings are defined with the <h1> to <h6> tags.
Quote:
<h1>This is a heading</h1>
<h2>This is a heading</h2>
<h3>This is a heading</h3>


HTML Paragraphs

HTML paragraphs are defined with the <p> tag.
Quote:
<p>This is a paragraph</p>
<p>This is another paragraph</p>

HTML Links

HTML links are defined with the <a> tag.
Quote:
<a href="http://www.pinoytrip.net">This is a link</a>
Open in new tab
Quote:
<a href="http://www.pinoytrip.net"target="_blank">This is a link</a>


HTML Images

HTML images are defined with the <img> tag.
Quote:
<img src="http://yourimage.jpg" width="104" height="142" border="0"/>
Back to top Go down
 

HTML Basic (4 examples)

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Hardcore Tambayan Zone :: Technology :: Programming Related :: HTML & CSS-
Free forum | ©phpBB | Free forum support | Report an abuse | Latest discussions