answersLogoWhite

0


Best Answer

the Answer is
To make a text input field, you can use

or

More answers
User Avatar

Wiki User

9y ago

There are various kinds of input fields like textbox, radio, check etc. In order to place it, you can write <input type="text">, for a textbox.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the correct HTML for making a a text input field?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which tag is used to hide the field on a HTML form?

The input tag with the type attribute as hidden.


In HTML 4.0 Which is the correct enctype attribute for a FORM collecting user text input and file uploads?

text/plain


How is the HTML document used for making a hyperlink?

Correct syntax for creating a hyperlink in HTML is &lt;a href="the_file_name_link.html"&gt;This is a link&lt;/a&gt;


What is the Advanced Version of HTML?

Advanced HTML code includes features like authentication. It authenticates any input type field in code.


How do you enable the text-box in html?

You can enable the text box in HTML using input tag. The input tag asks the input type and make it to Text.


What is the significance of HTML entities?

HTML entities are used to input characters that you wouldn't be able to input normally such as the greater than sign. To input such characters, you use special syntax, such as '&gt;' for greater than.


. What is the correct HTML for making a check-box?

this is for 2 simple cheakboxes number 1 number 2The "Type="cheakbox" is the important thing that changes the input into a boxHopefally i helped :D


Different types of input html?

HTML supports ten input types: button, checkbox, file, hidden, image, password, radio, reset, submit, and text.


How do you make a program using HTML?

HTML is not used for making programs. It is used for making websites.


How do you disable auto complete in input type text HTML?

You should add autocomplete="off" attribute to input


how do one create a code for a HTML search button?

You can create a search button by input type search. Moreover making it's id same as the thing to be searched makes it work.


How do you connect HTML on MySpace?

Connect? Myspace supports HTML so you should be able to input HTML tags like &lt;h1&gt; and whatnot into your page, if not then I can only suggest using &lt;html&gt;&lt;/html&gt; tags at the beginning and end of your pages.