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

HTML Basic (4 examples)

Go down

HTML Basic (4 examples) Empty HTML Basic (4 examples)

Post by Donutz Wed Nov 16, 2011 4:08 pm

HTML Basic (4 examples)

HTML Headings

HTML headings are defined with the <h1> to <h6> tags.

[center
Code:
]<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.

Code:
<p>This is a paragraph</p>
<p>This is another paragraph</p>

HTML LINKS

HTML links are defined with the <a> tag.

Code:
<a href="http://www.pinoytrip.net">This is a link</a>

Open in new tab

Code:
<a href="http://www.pinoytrip.net"target="_blank">This is a link</a>

HTML Images

HTML images are defined with the <img> tag.

Code:
<img src="http://yourimage.jpg" width="104" height="142" border="0"/>
[/center]
Donutz
Donutz
Donutz-Zone Admin
Donutz-Zone Admin

Posts : 555
Points : 1456
Repute : 0
Join date : 2011-10-29
Age : 33
Location : C:/Program files/Donutz/Zone

https://dzone.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum