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.
Related Tags Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO Tools, Webmaster
Related Tags Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO Tools, Webmaster
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.
0 comments:
Post a Comment