Wednesday, July 16, 2014

Inputs

as we all know that all websites has inputs and output but whats inputs its the way where you can add your information about everything from log in to sign up or a survey but how the owners of the website can get these information you must add thats what we'll talk about today

  • Text Boxes: its the most used thing all over the websites you can never see a website without a text box or how they'll get your info it wont mean anything if they couldnt get your information and store it so how to use it or make one in our website lets see :) 
         <html>
         <head >
         </head>
         <body>
                <h1> hi please enter your username</h1>
                 <input type="text" width="50px">
          </body>
         </html>
   
        thats a very simple and easy example you can see its not difficult to make a text box in our website so           what are the other types

  1. Buttons
  2. Check Boxes
  3. Radio Buttons
  4. much more :p
you can try them all just change its type and sure later we'll learn how to get values from these inputs but for now lets not to rush :D

No comments:

Post a Comment