You are using a previous version of Active Jump.

Go To Current Version of This Page

Active Jump Logo


Information
The Basics
Text
Pictures
Spacing
Colors
Links
Alignment
Lists/Bullets
Tables
Frames
Multimedia
Forms
ISO Characters
Meta Tags
Contact Us


Email Support
Email Contact

Divider

Adding Text
Introduction
Text is very easy to add to an HTML document. It is probably the easiest part of HTML. In this section, you will learn how to add the text so it will show up on your web page.
Adding The Text
To add text, you simply have to type it into your HTML document between the <BODY> tags. There are no special signs or tags you need to learn. Here is the HTML document with the text, Hello World! added to it. Then, below it is how the HTML document would look on the web.

index.html - Notepad
<HTML>
<HEAD>  <TITLE>My Homepage</TITLE>  </HEAD>
<BODY>

Hello World!

</BODY>
</HTML>

My Homepage - Microsoft Internet Explorer
Hello World!



Test Your HTML
Printer Friendly Version


Jonathan David VerLee
webmaster@activejump.com


White