HTML Code Tutorial
Basic Code Formatting
HTML stands for Hypertext Markup Language (HTML). The great thing with HTML there is no need for special software to generate HTML code. You can use "Notepad" which is standard on most computer systems. Just make sure to save your work as .html instead of .txt .
HTML Finishing Tags
Whenever you start a tag, it must follow with a corresponding finishing tag.
A finishing tag is the same tag with a forward slash included after the first bracket.
Some Commonly Used HTML Tags:
Your Text Here - To Bold
Your Text Here - To Italicize
Your Text Here - To Underline
Your Text Here - To Make one size bigger
Your Text Here - To Make one size smaller
Your Text Here - To Center
- To end statement and go to next line. This tag does not need a finishing tag.
We are going to give you a basic sample of how to build a simple web site using the main HTML codes and commands.
Open a new document in Notepad or an HTML text editor of your choice.
Only type the bold text and brackets following the bullets.
First we start with the HTML. This tells the browser to start a web page in HTML.
Then we tell the browser where the HEAD of the web page starts.
The Title tag shows up on the top of your browser and tells the users and search engines what your web site is about. Try to use 5 to 10 words that best describe your web page.
Your Web Site Description Goes Here
The Description Tag shows search engines what your web site is about. Try to use the best 10 to 15 words that best describe this individual web page of your web site.
The Keyword Tag is not used by many search engines anymore, but most people feel it is still of some significance. In the Content =" area " separate the most important contents or search terms for your web site with commas. You may want to use between 10 to 20 words.
This tells people looking at your source code who built the web site.
This tells people looking at your source code that your site is copyrighted.
Then we tell the browser where the HEAD of the web page ends.
Then we tell the browser how to set up the basics of the web page in the Body Tag.
Now we enter the text, links and content for the web site. Just copy and paste the paragraph below into your Notepad or HTML text editor. Once complete you can go back and make changes to this section start developing your own web site.
Welcome to Web Hosting Wit!
We hope you have enjoyed Web Hosting Wit and have found it useful.
If you have any programming tips, information, or scripts you would like to add to the site e-mail it to webmaster@webhostingwit.com
We have lots of good information on
Basic HTML tags and coding, plus a basic
PHP tutorial.
©2003 Web Hosting Wit.Com and its licensors. All Rights Reserved.
Then we tell the browser where the BODY of the web page ends.
This tells the browser to end the HTML on this web page.
Complete HTML Code of Example
This is a complete copy of HTML code explained above. You may just copy and paste this section into Notepad or your HTML editor.
Your Web Site Description Goes Here
Welcome to Web Hosting Wit!
We hope you have enjoyed Web Hosting Wit and have found it useful.
If you have any programming tips, information, or scripts you would like to add to the site e-mail it to webmaster@webhostingwit.com
We have lots of good information on
Basic HTML tags and coding, plus a basic
PHP tutorial.
©2003 Web Hosting Wit.Com and its licensors. All Rights Reserved.