• Welcome to ForumKorner!
    Join today and become a part of the community.

How to create a very basic web site

Factor8™

Active Member
Reputation
0
Inside < head >< /head >, you should put < title >< /title > instead of < h1 >. < h1 > goes inside body.
 

Factor8™

Active Member
Reputation
0
Carolus Magnus said:
You forgot to add a doctype! :(

<!DOCTYPE HTML> >.>

Oh enough with your stupid DOCTYPE.
 

Factor8™

Active Member
Reputation
0
Charlie and I had a debacle regarding DOCTYPEs.

That's why that post was a bit harsh.

Nonetheless, great tutorial, deadly!
 

SGT.Code

Active Member
Reputation
0
well the doctype is not necesary and yer proly should of put title in thier but it works how it is i will make some more tuts tonight if i get time on more stuf like tables and fonts and colours imiges and anything i can think of ;)
 

JazzHands

Member
Reputation
0
So this is like a template if you want. Something that most websites will have?
 

Factor8™

Active Member
Reputation
0
All websites will have the standard HTML tags. They're required for a "legitimate" site.
 

SGT.Code

Active Member
Reputation
0
yes this is just a very basic website not to the standard of todays creations but its a website non the less
 

JazzHands

Member
Reputation
0
Oh ok. Im going to start very soon.
Ive been very busy today. Not had a minute to spare.
 

SGT.Code

Active Member
Reputation
0
try looking at dreamwiever tutorials on youtube or the dreamwiever site
 

Factor8™

Active Member
Reputation
0
The heading tags do not go into < head >. Put it inside of < body >.
 

OliverE

Power member.
Reputation
0
Yep what Factormsaid, although the first post does have the Hello World in the head tags too, so we can't blame you for the mistake.
 

Factor8™

Active Member
Reputation
0
Fixed the OP so as not to confuse anyone.


I might also add that while a DOCTYPE is not necessary, it's good coding practice.
 

SGT.Code

Active Member
Reputation
0
thanks factor i made that while my web lecturer quickly brushed over the sebject so errors were bound to happen
 

Factor8™

Active Member
Reputation
0
No problem, mistakes happen.

Jazz, let us know if this fixed it for you.
 

JazzHands

Member
Reputation
0
Yes that fixed it thank you.
Ive moved onto Bleepy's About me website source code.
Ive copied it to see how its made, but then im going to start from scratch to see if I can make a replica.
 
Top