Affiliates:
---
---
---
---
---

---
---
---
---
---
First, you must write the basic html line, <html>. This tells your browser that this page is in html I beleive.
After this, we begin the header by putting <head>.
Next, we need to tell the browser what to output the titlebar as. We do this by putting <title>(Your page title here)</title>. Replace "(Your page title here)" with the title obviously. Now, note the slash in the second title tag; this is closing a tag. In any form of html, you should at least make an effort to close all tags.
For now, we'll closer the header with a </head>.
Next, we'll start the body, the part with the content in it, by putting <body>.
Now, we write our content using the <p>(Paragraph) tag. <p> Tags are often left unclosed,but this is a bad practice, so if you use <p> tags(I kinda quite bothering with them myself), be sure to put a </p> where the paragraph ends.
There's a lot more stuff here, but it's formatting and will be covered in the next section, so fow now, we'll close our body and html tags with </body></html>.
So, this is a VERY basic page in html;
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Content, yadda yadda yadda, at that fun stuff that I really need more of...</p>
</body>
</html>
---
---
---
---

---
---
---
---
---
Forward
Well, I've decided to start Writting a HTML guide. In it, I wiill explain the basics of html, divs, SSI(Server Side Includes), tables, iframes, and a few other things. This guide is written for html beginers, but if you plan to use Document Types, XHTML, or the like, I suggest you go elsewhere, I will not go out of my way to teach them..Part One - The Basics
Well, these are the basics of html that you absolutly MUST know to make yourown site;First, you must write the basic html line, <html>. This tells your browser that this page is in html I beleive.
After this, we begin the header by putting <head>.
Next, we need to tell the browser what to output the titlebar as. We do this by putting <title>(Your page title here)</title>. Replace "(Your page title here)" with the title obviously. Now, note the slash in the second title tag; this is closing a tag. In any form of html, you should at least make an effort to close all tags.
For now, we'll closer the header with a </head>.
Next, we'll start the body, the part with the content in it, by putting <body>.
Now, we write our content using the <p>(Paragraph) tag. <p> Tags are often left unclosed,but this is a bad practice, so if you use <p> tags(I kinda quite bothering with them myself), be sure to put a </p> where the paragraph ends.
There's a lot more stuff here, but it's formatting and will be covered in the next section, so fow now, we'll close our body and html tags with </body></html>.
So, this is a VERY basic page in html;
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p>Content, yadda yadda yadda, at that fun stuff that I really need more of...</p>
</body>
</html>
Topsites
Search the site: