HTML 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!

Now see the video to learn more about Adding Text.





Partner site : online news

0 comments: