Luckily Im not stupid and save all my tutorials on my computer and other forums because i saw this coming since i knew they didnt like me!
Hello its Shad0w, your community coder.Today i will show you a simple code in Html But first what is html, HTML means Hyper Text Markup Language. Basically to learn PhP you will need to know HTML. So ill teahc you all html then php then c++
So it makes each language easier.SO lets start.
Heres the script
Remember you can code html in your notepad!
No Compiler Needed!
<html>
<body>
<h1> Shad0w Owns!This is a Header </h1>
<bl />
<h2> Headers come in various sizes from 1-6 </h2>
<bl />
<p> But this is a paragraph </p>
<body>
<html>
That is the code so you type that into notepad click save as and type in the name then .html
For example: Code.html
Ok now lets explain this code
First off is <html> What this is, is what basicaly describes your site and tell wat the document contains.
<body>
This is basically jsut saying this is whats inside the document
<h1>
This is called a header, headers go from <h1> to <h6>
Higher the number smaller the letters get.
Headers are wat describe what is in your document.Its kinda like the main idea.
Then u have body and html again
U always put them this way as far as i know.
Congratulations You have made your first HTML document