HTML
HTML is the main ingrediant in creating a website, be it for myspace, friendster, livejournal, xanga or even a business. With HTML you may change the color of your text, set up links, set a background, and many other useful and creative things.
Before you begin writing HTML. You must first open a text editor (or HTML editor such as DreamWeaver or Frontpage if you can afford it, however notepad can be just as good). And then type:
<html>
<head>
<title>
<meta http-equiv="content-type" content"text/html; charset=iso-8859-1">
</head>
<body>
</body>
</html>
Anything you want to show up on the webpage will need to be put in the <body> section. The meta-tags will of course go in the <head> section underneith the already placed meta tag and of course put the title of your site in the <title> tag.
Be sure to click through our other sections for more information on codes and check out our articles for information on how to rank well and get more out of your site. Even if your site is for myspace or livejournal, these articles are of help to you.
Links
BackgroundBold, Italics, Underline
Font Tags
Frames
iFrames
Images
Layers
List Items
Linking
Meta Tags
Ordered Lists
Quick Reference
Tables
Title Attribute
Unordered Lists
