Bradjoe96
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Bradjoe96


 
HomeSearchLatest imagesRegisterLog in

 

 BASIC HTML Document

Go down 
2 posters
AuthorMessage
bradjoe96
Founder
Founder
bradjoe96


Warning Level : BASIC HTML Document WarningBar-Gloss1
Posts : 159
Points : 69377
Reputation : 600
Join date : 2009-03-29
Age : 28
Location : United States

BASIC HTML Document Empty
PostSubject: BASIC HTML Document   BASIC HTML Document Icon_minitimeWed Sep 02, 2009 9:32 am

Ok, so this is how a simple HTML document is set up. All HTML document start with <html> to let you know that the document will be written in HTML. Then you need to make a head by typing <h1>, <h2>, etc. And then typing a Header. Then, you need to make a body, so type <body> then do a break between your header and your body (optional) by doing <br> then typing the body of the document. To end the document, you must type </body> then </html>. You must end all commands with / followed by the starting command. So, here is an example:

Code:

<html>
<h2>My Header</h2>
<br>
<body>
Hello, this is my first HTML document.
<br>
I am posting this on a forum.
</body>
</html>
Back to top Go down
https://bradjoe96.forumotion.net
Craighton
Moderator
Moderator
Craighton


Warning Level : BASIC HTML Document WarningBar-Gloss1
Posts : 7
Points : 54998
Reputation : 0
Join date : 2009-06-04
Location : Seattle Washington

BASIC HTML Document Empty
PostSubject: Re: BASIC HTML Document   BASIC HTML Document Icon_minitimeThu Sep 03, 2009 6:32 am

Don't forget about <div> that code is your friend when you are managing a lot of code
Back to top Go down
http://thetechsoup.com
 
BASIC HTML Document
Back to top 
Page 1 of 1
 Similar topics
-
» Basic Music Player

Permissions in this forum:You cannot reply to topics in this forum
Bradjoe96 :: Scripting :: HTML-
Jump to: