Post: learn HTML Basic - Getting Started! (NOOB-FRIENDLY)
03-08-2011, 07:37 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, i make this thread now, but its not done, so start now and finish it later!

******************
This is an Regular code that only will give you an title & 1 line of text:

    
<html>
<head>
<title>Site title</title>
</head>
<body>

<h1>This is an title!</h1>

<p>This is 1 line of text/\</p>

</body>
</html>

[multipage=-Different HTML Tags and what they do!]
What tags that do what:

*******************

<h1>TEXT</h1> = h1 can only be used once per page, its the head title.
<p>TEXT</p> = p is reffered to paragraph, used to input text to a site, css to edit text style.
<div>CONTENT</div> = div is a place in the code that have their own spot in the webpage.
<script>SCRIPT HERE</script> = here u can insert javascript, & others html supported scripts.


*******************
[multipage=-Standard HTML Doc tags]
EXAMPLE #2:
    
<html> // to define its a html page.
<head> // here title, css doc. & other things will be added.
<title>title</title> // website title that will be shown in tabs in ur browser.
</head> // end the head tag.
<body> // start website content

<h1>Title.com</h1> // to create a title on the webpage

<p>A Simple text paragraph.</p> // To insert text on the website

</body> // to end the content
</html> // to end the html document



[multipage=HTML Color Codes]

I Will add Several links to HTML Color codes. As you will get use for it later!

You must login or register to view this content.
-
You must login or register to view this content.
-
You must login or register to view this content.

[multipage=Learn Some Basic CSS]
Now that you have learned some basic html, you will need to learn some basic CSS to customise your webpage.

As i feel to hard for me to exly learn you step by step CSS, i have provided a good link that i have personally used myself.

before you start learning CSS, go here: You must login or register to view this content. & learn what html stands for etc.


Go here for CSS Tutorial: You must login or register to view this content.



****************************************

Not done with the thread yet. i add more every week!

This will help you get started with your first HTML document Smile
(adsbygoogle = window.adsbygoogle || []).push({});
03-08-2011, 08:09 AM #2
Just4Hax
"I will speak ill of
Originally posted by Swipper
Hello, i make this thread now, but its not done, so start now and finish it later today!

******************
This is an Regular code that only will give you an title & 1 line of text:

    
<html>
<head>
<title>Site title</title>
</head>
<body>

<h1>This is an title!</h1>

<p>This is 1 line of text/\</p>

</body>
</html>


thats an example,

i will finish this thread later today, but now its school.

Why not just make the thread all at once?

The following user thanked Just4Hax for this useful post:

Kombust
03-08-2011, 01:18 PM #3
Originally posted by Just4Hax View Post
Why not just make the thread all at once?


im not done with it. i will work it done later or get a mod to del it
03-08-2011, 07:03 PM #4
Kombust
At least I can fight
Your lucky I don't know how to report threads /facepalm
03-14-2011, 11:50 AM #5
Originally posted by Troll View Post
Your lucky I don't know how to report threads /facepalm


why would u like to report this thread?
let me know what i can do to make the thread better, i update it when i got time Smile
03-14-2011, 01:23 PM #6
Mr Hankey
◕‿◕
Hi, nice thread!
I haven't made my own HTML yet, tho I have edited 1
It's school shedule changes..
original:
You must login or register to view this content.
mine:
You must login or register to view this content.

might SQLI it, not sure though


comments on what to add/change please? thx
03-14-2011, 06:58 PM #7
Kombust
At least I can fight
Originally posted by iSwipper View Post
why would u like to report this thread?
let me know what i can do to make the thread better, i update it when i got time Smile


Ok, looks better than last time I checked. Great guide and I'm sure this will help many people with basic HTML :y:
03-14-2011, 07:13 PM #8
Originally posted by pieter1994 View Post
Hi, nice thread!
I haven't made my own HTML yet,
comments on what to add/change please? thx


Hello there, Looks pretty cool if its pimped you want..

I Looked took the time to look at the source code and first thing i noticed was that, the source code was messy,

you may wanna place it something like this:
    
<html>
<head>
<title>TITLE</title>
</head>
<body>

<h1>title</h1>
START NEW TAGS HERE
NEW TAG IN SAME OBJECTIVE ON THE WEBSITE.
END THE NEW TAG HERE

</body>
</html>
03-14-2011, 07:29 PM #9
Mr Hankey
◕‿◕
Originally posted by iSwipper View Post
Hello there, Looks pretty cool if its pimped you want..

I Looked took the time to look at the source code and first thing i noticed was that, the source code was messy,

you may wanna place it something like this:
    
<html>
<head>
<title>TITLE</title>
</head>
<body>

<h1>title</h1>
START NEW TAGS HERE
NEW TAG IN SAME OBJECTIVE ON THE WEBSITE.
END THE NEW TAG HERE

</body>
</html>


I think I keep it this way, it isn't a normal site it's like an ehm yeh idk what it's called in English.. tv index? =P
03-14-2011, 08:09 PM #10
Originally posted by pieter1994 View Post
I think I keep it this way, it isn't a normal site it's like an ehm yeh idk what it's called in English.. tv index? =P


i have no idea of what you are talking about lol..

But, just so you know, i updated the tutorial, it now contain more stuff 4 every1 including you Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo