Tables Frames
HTML Javascript
Basics
Generators Fun Stuff
Colors DHTML
Basics
1. What is HTML
2. How Can I boost the popularity of my site?
What is HTML?

HTML stands for
hyper text markup language. It's the computer language that's used to create documents on the Web. At first, html can seem to be quite confusing, but within a few days of practice I too, have learned the basics involved in creating a basic webpage. HTML documents are text files that consist of HTML tags (which can place the text or images wherever you want to place them), and text you can place between the tags so that the text will show up on your page when you publish it on the WWW. Tags are instructions that tell your browser what to show on a Web page. They break up your document into basic sections. All tags start with a < (left bracket) and end with a > (right bracket).
1.
How Can I boost the popularity of my site?

One of the best ways to advertise your site is to submit it to a search engine. For example Yahoo, Google, Altavista, tons more.

Although If your a in a hurry and don't want to go through the trouble of sumbitting your website to search engines, try this.

<META NAME="keywords" content="html, web page, games, programs, help, serial">

<META NAME="description" content="Dj Gamerz gaming site for the best info and downloads on the net">

Of course this is just an example for this site but copy the html code below and paste into your website, replace only the words in punctuation with your site's information:

2.