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


Welcome To Statua. Feel free to message any of our staff.
 
HomeLatest imagesSearchRegisterLog in

 

 The basics of HTML

Go down 
AuthorMessage
-Chosen-
Moderator
Moderator
-Chosen-


Posts : 16
Points : 27
Rep : 3
Join date : 2010-07-02
Location : 127.0.0.1

The basics of HTML Empty
PostSubject: The basics of HTML   The basics of HTML Icon_minitimeSat Jul 03, 2010 8:36 pm

HTML Headings
HTML headings are defined with the < h1 > to < h6 > tags.
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 Link
HTML links are defined with the < a > tag.
Code:
<a href="http://www.w3schools.com">This is a link</a>

HTML Images
HTML images are defined with the < img > tag.
Code:
<img src="w3schools.jpg" width="104" height="142" />

These are just the basics, if you want to learn it more in depth, ill suggest going to w3schools here:
http://www.w3schools.com/html/

-Chosen-


Back to top Go down
 
The basics of HTML
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Statua :: Coding :: HTML-
Jump to: