![]() |
|
||
Your Guide to Professional |
HTML Tips HTML Codes Web Development |
Web Design
Tips JavaScript Codes 216 Web Safe Colors |
CSS
Tutorial JavaScript Tutorial ASCII Character Codes |
| Web Site Development | HTML Codes | HTML Tips | Web Design Tips | Javascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial | |
|
||||||||||||||||
| <HTML> <HEAD> <TITLE>Your Web Page Title</TITLE> </HEAD> <BODY> </BODY> </HTML> |
Each HTML tag
above contains an opening tag and a closing tag. The opening tag is written
with the command enclosed with brackets.
Example: <HTML>
The closing tag contains a forward slash followed by the command enclosed
with brackets.
Example: </HTML>
The opening tag is telling the browser to begin the specified action and
the closing tag is telling the browser to end the action.
The proper way to write HTML is to place your closing tags in sequence with
the opening tags.
This is an example of a properly written code:
<B><I>Example</I></B>
This is an example of an improperly written code:
<B><I>Example</B></I>
Begin writing
your HTML by creating your document's basic layout. Copy and paste this code
into your text or HTML editor.
| <HTML> <HEAD> <TITLE>Your Page Title</TITLE> </HEAD> <BODY> This area will contain everything that will be visible through a web browser, such as text and graphics. All of the information will be HTML coded. For a complete list of HTML codes and examples, visit our HTML Codes Chart. </BODY> </HTML> |
<HTML>
- Begins your HTML document.
<HEAD> - Contains information about the page such as the TITLE, META
tags for proper Search Engine indexing, STYLE tags, which determine the page
layout, and JavaScript coding for special effects.
<TITLE> - The TITLE of your page. This will be visible in the title
bar of the viewers browser.
</TITLE> - Closes the <TITLE> tag.
</HEAD> - Closes the <HEAD> tag.
<BODY> - This is where you will begin writing your document and placing
your HTML codes.
</BODY> - Closes the <BODY> tag.
</HTML> - Closes the <HTML> tag.
For a complete list of HTML codes and examples, visit our
HTML Codes Chart.
Once you've written
some HTML, you will need to save your document with an htm or html
extension. If the page youre saving is the main or opening page
of your web site, it must be saved as, index.htm or index.html. When you
acquire your own domain, your server will look for a file called index when
your link, http://www.yourdomain.com/ is clicked on. If you're saving a page
other than your main page, try to save it using the page's primary keyword
phrase for higher Search Engine ranking.
Your file name should look something
like this: index.htm
If youre using a text editor to write your HTML, and you'd like to preview your work, you must view your new page through your web browser. Open your web browser and go to "File" - "Open" on the browser toolbar and then "Browse" through the folders to locate the new page you created. Double click on the file to select it and click on "OK"
If you decide
to use a WYSIWYG (What You See Is What You Get) editor, which is highly
recommended, here are a few of the most popular:
Coffee Cup
DreamWeaver
HotDog
HotMetal Pro
HomeSite
Microsoft
Frontpage
Although this mini tutorial provides you with a basic overview to assist
you in creating your own web site, there is much more to creating a successful
web site than simply learning the basics. For a complete step by step web
design course, and over fifty free web page templates, visit my
Web Design Mastery
site.
To your success!
![]()
Web Design Information:
Web Development
HTML Codes
HTML Tips
Javascript Snippets
216 Safe Colors
Symbols
Web Design Articles:
Selecting a Quality Domain
Name
Selecting the Best Web
Design Language for Your Project
Bring Your Web Site to Life With PHP
The Birth of a Professional
Web Site (10 part series)
Increase Your Traffic by
Recovering Your Lost Visitors
Using HTML Tables to Format Your
Web Page
HTML Forms -- Back to the Basics
and Beyond Part One - Basic Forms Tutorial
HTML Forms -- Back to the Basics
and Beyond Part Two - Advanced Forms
HTML Forms -- Back to the Basics
and Beyond Part Three - Form Tips & Tricks
35 Deadly Web Site Sins that will
Kill Your Business!
Selecting A Quality Web Host
Mini-Sites -- Highly Targeted Sales
Generators
Spice Up Your Web Site with
JavaScript
Use CGI to Automate Your Web Site
Give Your Graphics A Professional
Look without the Price
Use JavaScript to Dynamically
Update Your Website
10 Website Essentials to
Increase Your Sales
Is Your Domain Name A Trademark
Infringement?
Steps to Optimizing Your HTML
Codes
The Secrets to Building a
Successful Website
Tutorials:
Creating an Ebook
Internet Marketing Strategies
Internet Marketing Tools
Developing an Internet
Business
Developing a Professional Web
Site
Free Content
Webpage Optimization
Hosting Your Site
Promotion
Internet Marketing
Web Site Building
Listing Your Site
Internet
Advertising
Developing Traffic
Web Development
Strategies