The Basic HTML Base! 11-30-2012, 09:40 PM
#1
I decided to create this thread because many people don't know how to create a very basic HTML site.
In order to create the basic HTML site you need to know the main HTML base.
Here it is:
In the title, it's what the title of the page is (this doesn't actually appear in the page)
Anything in the page should go in the body.
-If you need any help with HTML be sure to ask me because i'm a pro xD
In order to create the basic HTML site you need to know the main HTML base.
Here it is:
Code:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
Anything in the page should go in the body.
-If you need any help with HTML be sure to ask me because i'm a pro xD