X-plode Games

Would you like to react to this message? Create an account in a few clicks or log in to continue.
X-plode Games

A cool place for spriters programmers and cool people to talk.


3 posters

    commen html tags/pt.1/

    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty commen html tags/pt.1/

    Post  000 06/09/08, 08:13 pm

    are you ready to learn commen tags of html Very Happy
    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 08:15 pm

    000 wrote:are you ready to learn commen tags of html Very Happy

    Yes sir! *salutes*
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty header tags

    Post  000 06/09/08, 08:19 pm

    well sizes your tags like this:
    Code:
    <html>
    <h1>giant</h1>
    <h2>big</h2>
    <h3>normal</h3>
    <h4>small</h4>
    <h5>tiny</h5>
    <h6>dust</h6>
    </html>
    will do this:

    giant


    big


    normal


    small


    tiny

    dust

    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 08:25 pm

    lol cool!
    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 08:26 pm

    Cool so I'll try any one of those.

    hi
    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 08:28 pm

    wee




    hello!
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty paragragh tags <p>

    Post  000 06/09/08, 08:28 pm

    It is right.Next tag is the
    Code:
    <p>
    </p>
    you can make paragraphs with it Very Happy

    (hi) Very Happy
    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 08:30 pm

    So maybe this works? I never thought that It would do this I mean really It is quite weird.

    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 08:31 pm

    Dinner
    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 08:33 pm

    Ok well continue with the class 000.
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty break tag <br> </br>

    Post  000 06/09/08, 08:36 pm

    your supposed to use the < p > tag twice Smile
    next tag is the

    Code:
    <br> </br>
    it is used like this:
    Code:
    <html>
    <p>This is a example:) <br>
    it breaks up text like this </br></p>
    </html>

    This is a example:)

    it breaks up text like this


    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 08:39 pm

    Like This.

    Hi I think that you are cool!

    Cool thang.

    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 08:40 pm

    ok! Got it! paragraph tag! Next! Smile
    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 08:43 pm

    Plz put teh next tag.
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty horizontal rule <hr>

    Post  000 06/09/08, 08:47 pm

    I'm going as fast as I can to make a example Very Happy
    this tag is called the horizontal rule tag:
    Code:
    <hr> </hr>

    you can used it to separate text and others:
    Code:
    <html>
    <p>horizontal rule is</p>
    <hr>
    <p>used to separate text,animations and others</p>
    </html>
    will look like this:

    horizontal rule is




    used to separate text,animations and others


    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 08:49 pm

    Oh so it makes a line like this?




    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty <tt>

    Post  000 06/09/08, 08:58 pm

    yes Very Happy the next tag is the:
    Code:
    <tt> </tt>
    Renders as teletype or mono spaced text
    like this:
    Code:

    <html>
    <p>
    this example explains the<tt> tt </tt> tag
    </p>
    </html>


    this example explains the tt tag


    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 08:58 pm


    I see......




    Like this? :3




    Edit: Wait, what is the tag above me do?


    Last edited by Sniper308 on 06/09/08, 08:59 pm; edited 1 time in total
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  000 06/09/08, 08:58 pm

    yes Very Happy
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  000 06/09/08, 09:16 pm

    good after that we will go on with this lesson Very Happy
    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 09:18 pm

    No it's fine I can go on with the lesson!
    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 09:19 pm

    Lesson! band
    000
    000
    Mod


    Number of posts : 551
    Age : 27
    Location : In the unknown world.made of HAM!!!!!!!!!
    Registration date : 2008-07-30

    commen html tags/pt.1/ Empty <em>

    Post  000 06/09/08, 09:21 pm

    ok next is the
    Code:
    <em>
    Its used like this:
    Code:

    <html>
    <p>
    example of the:
    <em>tag
    </p>
    </html>


    example of the:
    tag


    Sniper308
    Sniper308
    Mod


    Number of posts : 210
    Location : Somewhere, secretly reviving the chocoboclub.
    Registration date : 2008-09-03

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sniper308 06/09/08, 09:41 pm

    I gotta ge ready for dinner brb
    Arod2
    Arod2
    Admin
    Admin


    Number of posts : 507
    Age : 26
    Location : Tempted to Kill Cleod cuz SSF2 Is made yet
    Registration date : 2008-07-28

    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Arod2 06/09/08, 09:45 pm

    see ya Sniper.

    Next Tag plz.

    Sponsored content


    commen html tags/pt.1/ Empty Re: commen html tags/pt.1/

    Post  Sponsored content


      Current date/time is 26/04/24, 12:27 pm