Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 9 of 9
  1. #1
    Join Date
    Sep 2006
    Posts
    918
    Tokens
    0

    Wink Basic HTML 2-Tutorial

    Okay, the second edition of my HTML Tutorials for beginners

    It was made for both this forum and for a forum called Habbo-Positive, which is why some of the screenshots say Habbo-Positive

    This is for people who are just starting HTML, and is VERY Basic

    Marquees

    Marquee scrolling normal speed across screen:

    Code:
    <marquee>Text here which marquee will say</marquee></font>
    Marquee bouncing from left to right:

    Code:
    <marquee behaviour=alternate>Marquee text here</marquee>
    Marquee with a background color:

    Code:
    <marquee bgcolor=colorhere>Marqueetexthere</marquee>


    Tables

    This is a basic table:

    Code:
    <table border="1">
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2
    </tr>
    <td>row 3, cell 1
    <td>row 3, cell 2</td>
    </td>
    </tr>
    </table>

    Example:



    This table will obviously have a border of 1 which you can make thicker by making that number bigger, it will have three rows and two columns-You can obviously make it have


    Forms

    Forms can be used to enter text, or even send a form to an email address-I'll show you the very basics of making a form


    Text fields-

    Code:
    <form>
    Habbo Name: 
    <input type="text" name="firstname">
    <br>
    Habbo Positive Name: 
    <input type="text" name="lastname"></form>
    Example:


    Obviously, this gives you a space to write your habbo name, and habbo positive name


    Buttons-

    These let you choose an option, and highlight it
    Code:
    <form>
    <input type="radio" name="sex" value="male"> Im called Sam
    <br>
    <input type="radio" name="sex" value="female"> Or am I?
    </form>
    Example:


    This will let you click on either the two choices shown in the screenshot


    Checkboxes-

    Again, these let you choose an option, but this time let you tick it

    Code:
    <form>
    <input type="checkbox" name="bike">
    I'm called Sam
    <br>
    <input type="checkbox" name="car">
    Or am I?
    Example:


    It lets you choose between 'My called Sam' or 'Or am I?'


    Submit button-

    Obviously, you'll need a submit button to let you submit the form


    Code:
    <form name="input" action="html_form_action.asp"
    method="get">
    Habbo Positive Username: 
    <input type="text" name="user">
    <input type="submit" value="Submit to HP">
    </form>
    Example:


    That lets you enter your habbo positive name, and then lets you click submit to send off (But it's not a fully functional form, that will come in a later tutorial)


    Thanks for reading, if you have any questions feel free to send me a PM

    -Sam

    J1MI (Forum Moderator) - Another nice easy to understand beginners tut
    Last edited by J1MI; 19-11-2006 at 03:16 PM.

  2. #2
    Join Date
    Oct 2006
    Location
    londonnn.
    Posts
    687
    Tokens
    0

    Default

    Nice, can't wait for more from you.
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  3. #3
    Join Date
    Sep 2006
    Location
    United States
    Posts
    575
    Tokens
    0

    Default

    Great Tut Likewise to matt.


  4. #4
    Join Date
    Jan 2007
    Location
    Brighton
    Posts
    3,920
    Tokens
    579

    Latest Awards:

    Default

    Thanks For Info.. Top Notch Stuff
    Do you ever feel like you want to go home?
    Lost in the crowd and you feel alone

  5. #5
    Join Date
    Nov 2006
    Location
    Cheshire.
    Posts
    730
    Tokens
    250

    Default

    Good TUT, Since i'm starting to be generous i recommend i give you +rep


    Give us an add like!

  6. #6
    Join Date
    Jul 2006
    Location
    Athens
    Posts
    842
    Tokens
    0

    Default

    Good tut. You cover alot of HTML in good deatail. I already am advanced in HTML therefore do not need to learn. Anyone needing to learn i will reccomend them to this. Don't suppose your writing any ASP or VB tuts?


  7. #7
    Join Date
    Sep 2006
    Posts
    918
    Tokens
    0

    Default

    Quote Originally Posted by Drompo View Post
    Good tut. You cover alot of HTML in good deatail. I already am advanced in HTML therefore do not need to learn. Anyone needing to learn i will reccomend them to this. Don't suppose your writing any ASP or VB tuts?
    If I get the time i'll try to

    Thanks for the comments all

  8. #8
    Join Date
    Jan 2007
    Location
    Wales
    Posts
    2,432
    Tokens
    141

    Latest Awards:

    Default

    Great tut.

    I'm sure people that are new to HTML will find it useful

    +rep
    Free Online Games And Videos:
    http://www.vincesgames.com



  9. #9
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    V good tut!
    Should be stickied!
    +rep
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •