Sυper
Member
Hello Ladies 
Just a quick tutorial about coding you own website using HTML5
This will help out Beginner people!
Requirement
- Brain
- Some HTML Knowledge
- Any Editor text
- Skill?
Let's get start!
1) Always start with [!DOCTYPE] in HTML5
Example : <!DOCTYPE html>
<html>
This will allow the web browser/computer to read what kind of language your using
2) Head
<head> Never forgot "head" <-- this is open Tag
</head> <-- This is Closing Tag
3) <title> your title of your web site </title>
4) Now Finally Body
<body>
This is where your going to put all your content in your Web page
After you done closing with Close Tag
</body>
together with
</html>
If your confusing look at the image is same method that i explain!
That pretty much it!
Easy
THANK YOU FOR READING!
This should help a a little for those who interesting in it !
PM ME IF YOU NEED HELP!

Just a quick tutorial about coding you own website using HTML5
This will help out Beginner people!
Requirement
- Brain
- Some HTML Knowledge
- Any Editor text
- Skill?

Let's get start!
1) Always start with [!DOCTYPE] in HTML5
Example : <!DOCTYPE html>
<html>
This will allow the web browser/computer to read what kind of language your using
2) Head
<head> Never forgot "head" <-- this is open Tag
</head> <-- This is Closing Tag
3) <title> your title of your web site </title>
4) Now Finally Body
<body>
This is where your going to put all your content in your Web page
After you done closing with Close Tag
</body>
together with
</html>
If your confusing look at the image is same method that i explain!

That pretty much it!
Easy

THANK YOU FOR READING!
This should help a a little for those who interesting in it !
PM ME IF YOU NEED HELP!