Lounge
#dat habbo nigga
- Apr 12, 2012
- 304
- 27
Hello Guuys and Giirls.
I will tell you a little about things.
Before we get started, it may be somewhat helpful to know a little about HTML
doctypes means what type of HTML browser to read ex. HTML4.1.
I have put some Doctypes out who can use
HTML 4.1 = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
XHTML = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
HTML5 = <!DOCTYPE HTML> [ Thats one i use in my Tutorial.
To start to write code as directed:
It was a basic setup of the html file, the next you can do is a text,
Texts are easy, that's what you should be when you are working on project HTML.
Typical HTML coders think they can create body text, and TABLES, and put into pictures Bigger they are the best, but it takes time and desire.
Now you can start up your own html page.
First take your setup and press enter 2 times.
So you write:
Now you have created a very simple text!
Soon an html tutorial 2!
p = paragraph
That means a completely normal text to your page, which is very useful, you can also make some lines between by doing so managed:
Bye DevBesters
I will tell you a little about things.
Before we get started, it may be somewhat helpful to know a little about HTML
doctypes means what type of HTML browser to read ex. HTML4.1.
I have put some Doctypes out who can use
HTML 4.1 = <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
You must be registered for see links
">XHTML = <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
You must be registered for see links
">HTML5 = <!DOCTYPE HTML> [ Thats one i use in my Tutorial.
To start to write code as directed:
HTML:
To start to write code as directed:
<!DOCTYPE HTML>
<html>
<head>
<title>DevBest [ Organner Tutorials] </title>
</head>
<body>
It was a basic setup of the html file, the next you can do is a text,
Texts are easy, that's what you should be when you are working on project HTML.
Typical HTML coders think they can create body text, and TABLES, and put into pictures Bigger they are the best, but it takes time and desire.
Now you can start up your own html page.
First take your setup and press enter 2 times.
So you write:
HTML:
<p> Hello This is my first text at my HTML site</p> </body> </html>
Now you have created a very simple text!
Soon an html tutorial 2!
p = paragraph
That means a completely normal text to your page, which is very useful, you can also make some lines between by doing so managed:
HTML:
<p> Hello this is my text i want a line<br> HERE</p>
Bye DevBesters