Results 1 to 3 of 3
  1. #1
    kdaisbest48's Avatar
    Join Date
    Feb 2009
    Posts
    2
    Reputation
    10
    Thanks
    1

    Post Some basic html codes

    if you ever want to make a basic web page paragraph this is what you do first:
    <html>
    <body>
    </body>
    </html>
    in between <body> and </body is where the paragraph goes, such as:
    <body>
    this is where the paragraph goes.
    </body>
    got it? good.

    __________________________________________________ ______________
    a form is how you register/login to a website or game, this is how to program a form:
    first you tell the computer you are about to do a form, here is the code:
    <form name="order" action="../cgi-bin/processfrm.cgi"
    </form>
    now that you are done with that it is time to put the elements in it.
    to program the thing where you put you username or email in you do this:
    <input type="text"/>
    to program the thing that you put the password in you do this:
    <input type="password"/>
    to make a checkbox which is the thing that you click and it does a check mark you do this:
    <input type="checkbox"/>
    to program a reset button you do this:
    <input type="reset"/>
    to do the submit button you do this:
    <input type="submit"/>
    but there is also a cool trick you can do with the submit button whick changes the word in it from submit to whatever you want it to, this is how:
    <input type="submit" value="register"/> or it can be
    <input type="submit" value="go"/> or anything, get the picture?
    my fingers hurt right now so check back next time for how to make the controls in the form work together
    BYE!

  2. The Following User Says Thank You to kdaisbest48 For This Useful Post:

    sethclant48 (02-16-2009)

  3. #2
    kdaisbest48's Avatar
    Join Date
    Feb 2009
    Posts
    2
    Reputation
    10
    Thanks
    1
    cool and it works

  4. #3
    kdaclan's Avatar
    Join Date
    Feb 2009
    Posts
    1
    Reputation
    10
    Thanks
    0
    wow that is so cool

Similar Threads

  1. [TUT] Basic HTML
    By alexrules057 in forum Web Languages
    Replies: 21
    Last Post: 01-31-2010, 01:03 AM
  2. [Release] My very first Visual basics 2008 coded hack!!
    By Ragehax in forum Combat Arms Hacks & Cheats
    Replies: 60
    Last Post: 09-20-2009, 04:33 AM
  3. ALL OF MY VISUAL BASIC SOURCE CODES!!
    By Pixie in forum Visual Basic Programming
    Replies: 5
    Last Post: 08-08-2009, 10:36 AM
  4. Some HTML CODEING! For forums!
    By Ironelite35 in forum Debate Fort
    Replies: 12
    Last Post: 06-02-2009, 12:36 AM
  5. Visual Basic 6 codes
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 06-08-2007, 03:01 PM

Tags for this Thread