input text

input text
HTML input text Element
Setting the HTML input element's type attribute to "text" will render a component used to intake a single line of generic text from a user in your web <form>.
HTML CODE EXAMPLE
<fieldset>
  <legend>Personal Information</legend>
  <p>
     First Name: <input type="text" name="firstname">
     Last Name: <input type="text" name="lastname">
  </p>
</fieldset>
 
Personal InformationFirst Name:  Last Name: 

Related Posts :

  • h1 h2 h3 h4 h5 h6 h1 h2 h3 h4 h5 h6 HTML h1 h2 h3 h4 h5 h6 Element The HTML <h1, <h2>, <h3>, … Read More...
  • head head HTML head Element The HTML <head> element is used to relate the web docume… Read More...
  • header header HTML header Element NOTE: This new element is HTML5 and will be a standardized ele… Read More...
  • form form HTML form Element The HTML <form> element is used to create forms and serv… Read More...
  • footer footer NOTE: This new element is HTML5 and will be a standardized element in 2014. The HTM… Read More...

0 Response to "input text"

Post a Comment