Basic HTML 02-26-2013, 03:33 AM
#1
In this tut I'll be explaining basic HTML.
It can be very useful to know basic HTML in many
situations.
___________________________________________
Shall we start?
HTML: If you have used a forum and typed in [ b ] Text [ /b ], then you can do HTML. HTML is basically the same exact thing as BBCode, except it uses < > instead of [ ]. Without the spaces of course.
To make an HTML Document, all you need is a text editor, such as Notepad (Windows) or TextEditor (Mac, I believe).
All HTML documents must start with the beginning HTML tag:
If you don't start with this tag, the document will not be recognized as HTML.
___________________________________________
Basic HTML:
To start a body of text in an HTML document you must put:
under the HTML tag.
Most of the time, under the body tag,
you'll want to start a paragraph so CSS
can be added later on.
Do this by putting:
To make a header, you must put:
This will result in a header text like this: HEADER TEXT
The h1 is the size of the header. As you go up, (h2, h3, h4, etc..) the text will get
smaller, I believe.
To make a text bold, put:
The rest of this really explains itself.
Underline:
Italics:
etc...
This was meant to be very basic. I'll possibly
make a more in-depth HTML explanation and maybe
even other coding tuts for other languages.
If I can find someone who knows alot about some
other languages such as Java, I might even do some
video tutorials.
It can be very useful to know basic HTML in many
situations.
___________________________________________
Shall we start?
HTML: If you have used a forum and typed in [ b ] Text [ /b ], then you can do HTML. HTML is basically the same exact thing as BBCode, except it uses < > instead of [ ]. Without the spaces of course.
To make an HTML Document, all you need is a text editor, such as Notepad (Windows) or TextEditor (Mac, I believe).
All HTML documents must start with the beginning HTML tag:
Code:
!DOCTYPE.html
<html>If you don't start with this tag, the document will not be recognized as HTML.
___________________________________________
Basic HTML:
To start a body of text in an HTML document you must put:
Code:
<body>
ALL TEXT HERE
</body>Most of the time, under the body tag,
you'll want to start a paragraph so CSS
can be added later on.
Do this by putting:
Code:
<p>
ALL TEXT HERE
</p>To make a header, you must put:
Code:
<h1>HEADER TEXT</h1>The h1 is the size of the header. As you go up, (h2, h3, h4, etc..) the text will get
smaller, I believe.
To make a text bold, put:
Code:
<b>BOLD TEXT</b>The rest of this really explains itself.
Underline:
Code:
<u>TEXT</u>Italics:
Code:
<i>TEXT</i>etc...
This was meant to be very basic. I'll possibly
make a more in-depth HTML explanation and maybe
even other coding tuts for other languages.
If I can find someone who knows alot about some
other languages such as Java, I might even do some
video tutorials.

Here to help! - Need anything, pm me.
I can also make graphics for anyone, pm me.
Call me Uncle Spire.
I can also make graphics for anyone, pm me.
Call me Uncle Spire.




![[+]](https://sinister.li/images/modern/collapse_collapsed.png)
![[Image: n8NLe1K.png]](http://i.imgur.com/n8NLe1K.png)
![[Image: B4h1D4Q.png]](http://i.imgur.com/B4h1D4Q.png)

![[Image: 55554992a5841bd20f42c7874078bd07.png]](http://gyazo.com/55554992a5841bd20f42c7874078bd07.png)