BackForward
site MapHistorYCOmputer PartsNetworksDatabaseSHow It worksBiOGraPhYThe GameFOrUmCitationSThe CrewTerminologY DictionarY


HTML

 

HTML, an acronym for HyperText Markup Language, is the text-based language in which every website on the Internet is written in.

The man responsible for introducing HTML to the world is Tim Berners-Lee. When Berners-Lee first came up with the concept of HTML in the 1980s, he had meant for it to merely define a structure for web pages into which many types of multimedia documents could be fitted. He had originally intended for these multimedia programs to contain the content of a website, but as it turned out, HTML could be used to hold content too!


What does "HTML" mean?

As you now know, HTML stands for HyperText Markup Language. So, what does that mean? Well, first, Hypertext is a type of tool that can link different information together. Within a hypertext document can be links, or hyperlinks. These links can connect to other websites. When the user clicks on the links, they will be directed to a different site. For example, if you clicked here, you would be brought to the Cyber-Club home page. That is an example of a hyperlink.

Markup describes what you are doing. You can type up the information and the article that you want to post on the Internet. However, documents on the Internet are read by different software than that of your word processor. To read the information correctly, this software requires you to "mark up" your document with special notations that will tell the software what to do- for example, where a new paragraph begins, what size the font should be, whether the text should be bold or italicized, etc.

Finally, as HTML is a type of computer language, the L stands for language.


HTML Documents and Tags

HTML documents are what lie behind the pretty webpages that you see throughout the World Wide Web. All the documents contain HTML notations. HTML notations are all pretty straightforward. They all consist of some sort of opening command within brackets, then closing commands, again in brackets, but also with a "/". Take a look at a simple HTML document:



<HTML>

<HEAD>
<TITLE>My Webpage</TITLE>
</HEAD>

<BODY>

<H1>Welcome to My Webpage!</H1>

<P>
Hi! Welcome to my wacky web page! Have fun, look around, but don't forget to <b>sign my guestbook</b>!

You can visit Jenny's page <a href=http://www.jenny.com>here</a>

</BODY>
</HTML>


Now, let's break this up.



Some other common HTML tags that weren't used in the example:


<U></U>

This works the same way as the <B> tag. You place text you want underlined between the <U> and </U> tags.


<IMG SRC=" ">

Say you want to put a picture into your document. Well, you type in <IMG SRC=" "> wherever you want the picture to be. Inside the parenthesis, you need to place the location of the picture (i.e., the picture's URL).



What we have put into this section is merely intended to familiarize you with HTML and how it basically works. If you are interested in learning this language, then we suggest you check out http://www.htmlgoodies.com. This is a great online HTML tutorial that will take you step by step through the basic fundamentals of HTML. Eventually, you'll learn how to create tables, frames, and other really cool stuff!


Continue on to the next section:
Java

IP Address|Packets|Routers|Domain Names|World Wide Web|HTML|Java|E-mail|Netiquette

What is a Network?|History of Networks|Local-Area Network|Ethernet| Token Ring|Wide-Area Network|The Internet

Cyber-Club sections:Site map|History|computer Parts|Networks|Databases|How it works|Biographies|The Game|interactive|Citations|Terminology Dictionary

1995-2001, ThinkQuest Inc.all rights reserved

TQ