How To Design Your Site For Massive Traffic



How To Design Your Site For Massive Traffic

In order to tap into the power of HTML (Hypertext Markup Language) elements, you first need to know what they are. In HTML, elements are bits of markup that tell a web browser to display or format parts of web pages. For example,

means paragraph, and means bold – there are plenty more. These elements are used constantly when writing web pages. You should basically think of your HTML elements as the organizational and visual formatting of your HTML document.

By learning HTML, you can tap into the power of HTML elements and create a more interesting website as well as tipping off search engines as to what the most important information on your web page is. Many people starting out on the web just use ‘easy editors’ (also known as WYSIWYG for what you see is what you get) that show the page as it will appear, without ever looking at the code that the page is actually made from. This is fine if you intend to distribute and are only interested in the look of the page. Visually artistic people are often drawn to using WYSIWYG (pronounced wise-ee-wig) editors when creating their web pages because it allows them to see exactly what they are doing and frees them from the time consuming task of learning HTML.

The structure of HTML is based on logic, order, and syntax and is, therefore, relatively simple to use. To make a heading, you use the heading elements (, , , and so on up to ). To start a new paragraph, you use a paragraph element (

). To format a list, you use a list element (start with