Welcome and have a nice stay !       login   register   need help?  

 Page Info

Page Title: Basic HTML tags
Description: Basic HTML tags that everyone should know.
Author: nOmemOry
Submission Date: 07-06-2005 01:04

 Rating & Comments

View or add comments: (0)
Average members rating: 8.00



Basic Website
Code :
// hide source code
// hide line numbers

 1  
 2  <html>
 3  
 4  <head>
 5  <title>Title of page</title>
 6  </head>
 7  
 8  
 9  <body>
10  This is a basic website.
11  </body>
12  
13  </html>



Notice it is very basic. The title of the page indicates what will be shown at the upper left (sometimes center or right corner) of the website browser. Nothing can be placed outsite the header tags and the body tags.

The text between the < head > tag and the < /head > tag is header information. Header information is not displayed in the browser window.

The text between the < title > tags is the title of your document. The title is displayed in your browser's caption.

The text between the < body > tags is the text that will be displayed in your browser.



Common Tags

Code :
// hide source code
// hide line numbers

1  
2  <h1>Heading here</h1>


This is the largest of all the headings.

Code :
// hide source code
// hide line numbers

1  
2  <h6>Heading Here</h6>


This is the smallest of all the headings.

Code :
// hide source code
// hide line numbers

1  
2  <p>This indicates a paragraph.</p>
3  <p>This, another paragraph.</p>



Code :
// hide source code
// hide line numbers

1  
2  <br />


This is a line break which ends on this line.

Code :
// hide source code
// hide line numbers

1  <!---Comment Here--->


Comments will not show up on the website but are used in the HTML/coding for easier reference.



These are very basic. More to come soon.

Donation:

If you like our free quality work, make a donation by using Paypal and tell us what you would like to see improved on our site for the next few months.

Comments


No comments yet

 Site Activity
Currently online: 0 member(s), 39 guest(s) : All members offline.


 Quick Menu
sitemap
search
galleries
main
forums


 Our Services

Main Projects
Designers For Hire
Unique LDU Skins
LDU Skins For Sale
Seditio Skins For Sale
Templates For Sale


 Statistics
18582 registered members,
1870 topics in forums,
21586 posts in forums,
13589721 pages served since 2004-05-09.
more


 7th Version Design

+++
top