Basic Website
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
This is the largest of all the headings.
This is the smallest of all the headings.
This is a line break which ends on this line.
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.
Code :
// hide source code
// hide line numbers
// 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
This is the largest of all the headings.
This is the smallest of all the headings.
Code :
// hide source code
// hide line numbers
// hide source code
// hide line numbers
1
2 <p>This indicates a paragraph.</p>
3 <p>This, another paragraph.</p>
This is a line break which ends on this line.
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. |
|
No comments yet













Page Info












