KBSL
Welcome To KBSL

1. Please Post
2. Introduce your self
3. Dont flame
5. Have Fun!
6. Spam results in an instant ban
7. To remove ads please register
8. If your under 12, don't act like it Very Happy
KBSL
Welcome To KBSL

1. Please Post
2. Introduce your self
3. Dont flame
5. Have Fun!
6. Spam results in an instant ban
7. To remove ads please register
8. If your under 12, don't act like it Very Happy
KBSL
Would you like to react to this message? Create an account in a few clicks or log in to continue.


/
 
HomePortalLatest imagesSearchRegisterLog in
Welcome to KBSL Guest- Check the Rules and Site news and enjoy your stay! If You Encounter Any Problems Please Email Us At Unseenconspiracy@hotmail.com

 

 basic html tutorial

Go down 
3 posters
AuthorMessage
CheezyFx
Admiral
Admiral
CheezyFx


Posts : 275
KBSL Cash: : 14703
Reputation : 0
Join date : 2011-03-19

basic html tutorial Empty
PostSubject: basic html tutorial   basic html tutorial Icon_minitime1Tue May 10, 2011 4:52 pm

PS: i ddnt kno were to post.

Heyy guys this is my beginers html tutorial
Table of contents
1.Intoduction.
2.Document tags.
3.fonts.
4.Images.
5.Paragraphs.

Introduction
HTML is a computer language used
to allow website creation. These
websites can then be viewed by anyone
else using the Internet. It is really
easy to learn, with the basics being accessible to
most people in one and quite powerful in
what it allows you to create.

Document Tags
Document tags are very important in order for the computer
to understand what the documentis about. There are for tags every
document should have. These tags pretty much define what your document
is about. These 4 tags are the <Html>,<head>,<title>,and <body>
These are what the tags aren used for.
Code:
<html>

<head>
<title>Hello username</title>
</head>

<body>
im CheezyFx
</body>

</html>

Fonts
Fonts are used to make text bigger,smaller,
bold,italic,or even colorful. Each font codes
is used dofferentley.
EXample:
Code:
font sizes:
<font size="7"> hii </font>
<font size="24"> hii </font>
Font bold/itallic:
<b>hii</b>
<i>hii<i>
<Font color="pink">heyy</font>
Images
Images are simple.
They can be used to spice up a webpage.
The code used for images is as simple as this
<img> </img>
The difference from a website image and a html
image is you must use different codes
Confused? well here is an example:
Code:

website img code:
[img]http://2img.net/i/fa/empty.gif[/img]
HTML img code:
<img><a href="http://tinypic.com?ref=2igm3qt" target="_blank"><img src="http://i52.tinypic.com/2igm3qt.jpg" border="0" alt="Image and video hosting by TinyPic"></a></img>

Paragraphs
the paragraph tag is simple and very useful
for blogs and such. it is used to seperate paragraphs with only one tag .
Code:
paragraph one
<p>
paragraph 2

you might be wondering if you need an end tag.
well the answer is no.
all you need is that simple code

Well guys that my tutorial if i helped please rep+
if there any problems contact me!
LiLjZenT@aol.com
just don't spam

This is a sneakycodes.tk tutorials

Dont not ditsibute without permission.
Back to top Go down
Guest
Guest




basic html tutorial Empty
PostSubject: Re: basic html tutorial   basic html tutorial Icon_minitime1Tue May 10, 2011 7:55 pm

well ima bored so ima add onto this Razz.. ive made many custom HTMl pages but most that are requested are just simple sh*t.. sumthin more complex would be using the <div> command.. which i just call divider.. dont know if it really means that lmao but idc.. ive gotten pretty good at HTMl just on the side.. havnt been doing it latly cuz of school -.-. Cheezy if you need help hit me up and ill do my best.. also anyone else who needs help or wants to be tuaght.. hit me up Razz.. now heres that code i said i was gunna put up..
Code:

<html>
<head>
<title> Hello world</title>
</head>
<body bcolor="babbyblue">
<center><font-size="5" font-color="#000000">
Hello World. My name is joe :)</font></center>
</body>
</html>
thats pretty simple there lmao Razz.. ill explain what all the codes mean and what they do,,
CODES!:
<html>: This code starts the HTML page sequence.. without it the page wont work.. you always start with this command..
<head>: This means Header.. on this site you see TheUnseeNCoderS or sumthin like that on your tab/ Browser.. this means the Title of your page will be desplayed there.
<title>: This is the title of your header.. so in the header if i wanted INFO center.. i would go <title>INFO center</title>
<body>: This is everything you want on your page.. starting with tables, pictures, words, color and so on..
<center>: This command is for centering anything in between the start of it (<center>) and the end of the command (</center>).. if i wanted my name to be pin point center on the page.. i would go <center>Austin</center>
<font>: This command controls the font options, color, size, spacing, and type.. there is also script and style sheets you can use to change it but thats gunna be saved for another time Smile..
</>: THIS / STOPS THE COMMAND SEQUENCE!! after you have put the </center>, </body> and etc. that command has stoped so wont continue to be in use..

like i said.. need any help hit me up..
REP+ IF I HELPED Smile
Back to top Go down
SwoRNLeaDejZ
Lead Admin
Lead Admin
SwoRNLeaDejZ


Posts : 542
KBSL Cash: : 15865
Reputation : 25
Join date : 2010-07-12
Location : MA

basic html tutorial Empty
PostSubject: Re: basic html tutorial   basic html tutorial Icon_minitime1Thu May 12, 2011 6:39 pm

Ummm.. not to be an inconsiderate asshole, but i don't think that "babbyblue" is a color... babyblue is, but not babbyblue... lmao..

Using the colors names instead of HEX is a bad practice to get into. Use hex values, it works much more efficiently and you can alter a color to look however you would like.

Here, since i am so damn nice, here is a nice Hex color code chart. Use these instead:

Spoiler:

Its a huge ass picture, spoiler needed.
Back to top Go down
http://sneakycodez.tk
+Mr_Waffle+
Vice Admiral
Vice Admiral
+Mr_Waffle+


Posts : 188
KBSL Cash: : 15201
Reputation : 9
Join date : 2010-08-14

basic html tutorial Empty
PostSubject: Re: basic html tutorial   basic html tutorial Icon_minitime1Fri May 13, 2011 9:45 am

I /kinda/ exploited another forumotion site that allowed HTML in signatures pretty hard. Might post how to if people are interested.
Back to top Go down
Guest
Guest




basic html tutorial Empty
PostSubject: Re: basic html tutorial   basic html tutorial Icon_minitime1Fri May 13, 2011 11:47 am

you can get HTML sigs and embeded stuff lol but ik using hex's are better..ive used them since i started html i was just to lazy to put one lmao
Back to top Go down
Sponsored content





basic html tutorial Empty
PostSubject: Re: basic html tutorial   basic html tutorial Icon_minitime1

Back to top Go down
 
basic html tutorial
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
KBSL :: Archive-
Jump to: