Freedom Entertainment - Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomePortalLatest imagesSearchRegisterLog in

 

 HTML Guide.

Go down 
3 posters
AuthorMessage
RawR...
Freedom Entertainment - Owner & Founder
Freedom Entertainment - Owner & Founder
RawR...


Aantal berichten : 100
Registratiedatum : 2009-07-03
Leeftijd : 29
Woonplaats : http://freedoment.tk

HTML Guide. Empty
PostSubject: HTML Guide.   HTML Guide. I_icon_minitime12/17/2009, 21:32

Here a little Guide on the basics of HTML.
This is part 1 of HTML Basics Guide, make sure to check out part 2 and 3.




HTML ;
Basic Structure:


Code:

<HTML>
<HEAD>
<TITLE>The Title of you Page.</TITLE>
</HEAD>
<BODY>
Your whole info 'bout your page.
</BODY>
</HTML>


Ok,
So what actually Happens ?
We now gonna talk about some different tags we used.


Code:

<HTML>                                  // Just the begin of each HTML script
<HEAD>                                  //Unvisible for Visitors, use for MEGATAGS etc...
<TITLE>DataBaze, </TITLE>    //Just the Title of your Site.
</HEAD>                                //End tag of <HEAD>
<BODY>                                //The Website content
Welcome to DataBaze            //The Title [ TEXT ]
</BODY>                            //End tag of <BODY>
</HTML>                          //End tag of the whole script

Some little codez that you can use in your


background Just the background [Picture]
bgcolor Just the background color [color]
text Your default text color on the site.
link The color of the links on your page
alink The color of the links that are working
vlink The color from the links when you clicked on them.




Last edited by RawR... on 5/15/2010, 00:23; edited 1 time in total
Back to top Go down
https://freedoment.board-directory.net
RawR...
Freedom Entertainment - Owner & Founder
Freedom Entertainment - Owner & Founder
RawR...


Aantal berichten : 100
Registratiedatum : 2009-07-03
Leeftijd : 29
Woonplaats : http://freedoment.tk

HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime5/15/2010, 00:33

Part 2 :

The various text tags and know their effects on your page.
With these tags you can format the text on your page.



As you have seen in part 1, which contains the BODY is the actual content of your page.
This means that all your text between the BODY and tags put on the screen as you page in your browser. There are several tags that help to structure the text and format. This will give you a clear and beautiful page.



Headings

In the HTML scripting shizzle you got 6 header sizes as you can see in
the code example. Headers are something like titles for more info check mine example.


Code:

<H6>llMafiall  RoCkz</H6>
<H5>llMafiall  RoCkz</H5>
<H4>llMafiall  RoCkz</H4>
<H3>llMafiall  RoCkz</H3>
<H2>llMafiall  RoCkz</H2>
<H1>llMafiall  RoCkz</H1>

llMafiall RoCkz

llMafiall RoCkz

llMafiall RoCkz

llMafiall RoCkz

llMafiall RoCkz

I coudn't make 6 headers beceause the forum doesnt allow that.

Paragraphs

If you are scripting something in HTML you will sometimes make a type fault
or a script fault. Well every place you leave empty your webbrowser automaticly will paste
your new paragraph automaticly to your 1st paragraph. Well, to make a end on your first
paragraph we use this :

Code:
<P>    --> BeginTaG
</P>    --> EndTaG


Paragraphs [ Align ]

The place of your text is ofcourse really important. And if you don't know how to edit the place
of your text it will automaticly go to the leftsite in your webbrower. But let's say we want the text right in the middle.Let's check out something i scripted for ya:


Code:

<P align "right">DataBaze4Eveer</P>
<P align "left">DataBaze4Eveer</P>
<CENTER>DataBaze4Eveer</CENTER>


DataBaze4Eveer In Tha MiddLe <3


As you can see, this is very usefull when you're scripting something.



Break

I said earlier that enters into HTML not apply if the end of a line. If you want to mark end of a line, you must use this tag:
. This tag causes the text that follows on the next line is. There is no closing tag. Let's check out something i have scripted :


Code:

<HTML>
<HEAD>
<H6>The Place To Be <3</H>
<TITLE>DataBaze.</TITLE>
</HEAD>
<BODY>
Databaze, is a free forum made for everyone who want to talk 'bout<BR>
everything and even more then that just check it out and feel free to post. <BR>
<HR><BR>
Databaze is made by llMafiall<BR>
All rights Reserverd -- ©️2009
</BODY>
</HTML>



The Place To Be <3
DataBaze.


Databaze, is a free forum made for everyone who want to talk 'bout

everything and even more then that just check it out and feel free to post.



Databaze is made by llMafiall

All rights Reserverd -- ©️2009



As you can see it is alot better now Smile

Letter Types

Here some lettertype you probaly want to use[/color

Code:

<B>llMafiall Pro scripter</B>

llMafiall Pro scripter[/code]

Code:

<I>llMafiall Pro scripter</I>

llMafiall Pro scripter

Code:

<U>llMafiall Pro scripter</U>

llMafiall Pro scripter

Code:

<TT>llMafiall Pro scripter</TT>

llMafiall Pro scripter


As you can see i spend alot of time to this tutorial please let me know
if i helped you.



Best Regards
Back to top Go down
https://freedoment.board-directory.net
RawR...
Freedom Entertainment - Owner & Founder
Freedom Entertainment - Owner & Founder
RawR...


Aantal berichten : 100
Registratiedatum : 2009-07-03
Leeftijd : 29
Woonplaats : http://freedoment.tk

HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime5/15/2010, 00:34

WelCome to Part 3

Today we Gunna Talk 'Bout Fonts


FONTS

With the FONT tag you can change the : size, type, and colors
The FONT tag is really usefull and really easy to use



Change The LetterSize

You have learn how to edit the LetterSize by using the HEAD tag.
You use the HEAD tag more for titles. To make your body text better we use the FONT tag.

We use the FONT tag the same as the HEAD tag but we got one more size.
If we use the FONT tag in HTML we use 1 -- 7.As end tag we use
Let's check an Example:

Code:

<FONT size="1">
llMafiall Is Pro scripter
</FONT>


llMafiall Is Pro scripter


I used size \"1\" if you want to use the default letter size you choose \"3\"

Change The LetterType

In HTML we use different letter types and ofcourse you can use the
letter type you like. A few letter types everyone knows : Verdana, Arial, Courier

Sometimez you want to use a letter type that other computers doesn't understand ofcourse
we can script this fault. Lets check out a example i made :


Code:

<FONT face="Verdana, Arial, Courier">
llMafiall RoCkz Your SOckZ
</FONT>


llMafiall RoCkz Your SOckZ


As you can see i use Verdana if your computer
doesnt know this letter type he will use Arial and otherwise Courier.

Change The LetterColor

[color=cyan]Like the title says : With this FONT EDIT TAG we can change the color
from the letters.

Let's make a example i want a body text with the color light green. HTML don't know what
light green means and your text isn't light green. Suspect For every color HTML got his own
name to check them out you can use google : \"HTML Colors\" or use this picture :

HTML Guide. XHtmlDraw4

Now lets say i want a purple text in my body, Let's check out a exmaple i scripted :

Code:

<FONT color="darkmagenta">
llMafiall is RoCking BayBee <3
</FONT>


llMafiall is RoCking BayBee <3


As you can see i used a purple color called \"darkmagenta\"


Now let's Put Everything Togheter

In part 1 we have learn the very nasic stepz if you want to make a
html website in part 2 we have learn about HEAD tags and in part 3 we have learn
everything about the FONT tag wich you can use in your BODY text.
Now let's put everything togheter and let's see we can make Very Happy


Code:

<HTML>
<HEAD>
<H6>Welcome to DataBaze </H>
<TITLE>Databaze </TITLE>
</HEAD>
<BODY>
<FONT  size="5" face ="arial,courir,verdana" color="darkmagenta">
What makes Databaze so good?</FONT>
<BR>
<FONT size="3" face="arial,courir,verdance" color="white">
We talk about everything like, music, hacking, scripting, serverz, gaming and much more.</FONT>
<BR>
<FONT size="1" face ="Verdana,Courir,Arial color="green">
All rights reserved ©️ -- 2009/2010  ,  llMafiall
</BODY>
</HTML>




Welcome to DataBaze
Databaze



What makes Databaze so good?




We talk about everything like, music, hacking, scripting, serverz, gaming and much more.




All rights reserved ©️ -- 2009/2010 , llMafiall






Back to top Go down
https://freedoment.board-directory.net
RawR...
Freedom Entertainment - Owner & Founder
Freedom Entertainment - Owner & Founder
RawR...


Aantal berichten : 100
Registratiedatum : 2009-07-03
Leeftijd : 29
Woonplaats : http://freedoment.tk

HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime5/15/2010, 00:43

#Reserved for later.
Back to top Go down
https://freedoment.board-directory.net
Myth




Aantal berichten : 4
Registratiedatum : 2010-05-15

HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime5/15/2010, 15:37

Any tutorial about the html sounds. Invisible sounds? I tried putting bgsound on the but its not playing.
Back to top Go down
RawR...
Freedom Entertainment - Owner & Founder
Freedom Entertainment - Owner & Founder
RawR...


Aantal berichten : 100
Registratiedatum : 2009-07-03
Leeftijd : 29
Woonplaats : http://freedoment.tk

HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime5/15/2010, 19:01

Myth wrote:
Any tutorial about the html sounds. Invisible sounds? I tried putting bgsound on the but its not playing.

Sure i know how to do that, if i have some time, ill write a tutorial 'bout it.
Back to top Go down
https://freedoment.board-directory.net
RawrAKitty

RawrAKitty


Aantal berichten : 15
Registratiedatum : 2010-05-15
Leeftijd : 33

HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime5/16/2010, 12:09

Nice Guide BTW i would to join freedowm team please
Back to top Go down
Sponsored content





HTML Guide. Empty
PostSubject: Re: HTML Guide.   HTML Guide. I_icon_minitime

Back to top Go down
 
HTML Guide.
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Freedom Entertainment - Forums :: Computer Language :: Coderz Paradise :: HTML-
Jump to: