Click here to return to Code Help Center
HOME    LEARNING CENTER    RESOURCES    NEED A WEB SITE?    NEED WEB HOSTING?    CONTACT US
Training
Learn HTML
Learn XHTML
Learn CSS
Learn JavaScript
Learn ASP
Learn .NET
Learn XML
Learn PHP
Learn Flash
Resources
Guide to SEO
ASCII Reference
HTML Color Names
Free JavaScripts
Free Fonts
Find Clipart
Find Photos
Validators
Validate XHTML
Validate CSS
Link Checker
Link Popularity
 
 
Search Google
 
 
Learn HTML
  1. Introduction
  2. Why Learn HTML?
  3. Tags
  4. Page Structure
  5. Head Section
  6. Body Section

Page Structure

All normal webpages consist of a head and a body.

    Head     

 

     Body     

 

  • The head is used for text and tags that do not show directly on the page.
  • The body is used for text and tags that are shown directly on the page.

Finally, all webpages have an <html> tag at the beginning and the end, telling the browser where the document starts and where it stops.

The most basic code - the code you will use for any page you make, is shown below:

<html>
<head>
<!-- This section is for the title and technical info of the page. -->
</head>
<body>
<!-- This section is for all that you want to show on the page. -->
</body>
</html>
 
< Previous Page  |  Next Page >

Eyepinch web design and development services
 
 
 
Site map
       

 Web Design

A critical element in effectively presenting ideas and content is planning your web site with your targeted audience in mind and creating the intended mood.

 Web Hosting

Eyepinch offers several web hosting packages sure to fit your needs. Speed, quality and service. Let Eyepinch help get your site hosted today!

 Internet Marketing

Let Eyepinch optimize your web site site for search engine placement as we identify specific keywords and phrases pertinent to your business.

 Custom Programming

Eyepinch is well equipped with expert programmers who can help offer you the best solution for your business.