News:

Choose a design and let our professionals help you build a successful website   - ITAcumens

Main Menu

Basic HTML Document Code Structure

Started by sajiv, Aug 05, 2008, 05:26 PM

Previous topic - Next topic

sajiv

Basic HTML Document Code Structure ;)

Begin writing your HTML tags 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, tags and examples, see the HTML chart below.

</BODY>
</HTML>

:acumen