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-14-2011, 08:31 PM #11
Mr Hankey
◕‿◕
Originally posted by iSwipper View Post
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


idk what it's called in english.. teletext i guess, not sure.. so then i got to sql inject site of a tv channel =P
03-14-2011, 08:35 PM #12
Originally posted by pieter1994 View Post
idk what it's called in english.. teletext i guess, not sure.. so then i got to sql inject site of a tv channel =P


source code is still messy tho, lol
03-15-2011, 12:44 PM #13
Mr Hankey
◕‿◕
Originally posted by iSwipper View Post
source code is still messy tho, lol


I know it is but it´s easy to work with for me.. but any things i could add to the source? some fun things =P
03-15-2011, 05:06 PM #14
malanof5
Error… Cat invasion!
Nice job but a lot of people already know about this unless they r 10 lol.
03-15-2011, 05:50 PM #15
Originally posted by pieter1994 View Post
I know it is but it´s easy to work with for me.. but any things i could add to the source? some fun things =P


i dunt know, i since its not a "regular" webpage, i dont get any ideas...

Sorry..
03-16-2011, 05:24 PM #16
WOW , this is a good tut.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo