Home / Programming MCQs / HTML MCQs / Question
R
Q. Which tag is used to display a single-line text input field?
The <input> tag specifies an input field where the user can enter data. The <input> element is the most important form element. The <input> element can be displayed in several ways, depending on the type attribute. You can use input element with following attributes : <input type="button"> for creating button <input type="checkbox"> for check box <input type="color"> for choosing color <input type="date"> for date <input type="datetime-local"> for date time local <input type="email"> for taking email <input type="file"> for files, images, document <input type="hidden"> hide element in front end <input type="image"> for taking image <input type="month"> for selecting month <input type="number"> for taking number values <input type="password"> for password <input type="radio"> for radio button <input type="range"> for range <input type="reset"> creating button for resetting form <input type="search"> for creating search box <input type="submit"> button for form submit <input type="tel"> <input type="text"> (default value) <input type="time"> for time <input type="url"> for url <input type="week"> for week
You must be Logged in to update hint/solution
The elements <DIV> and <SPAN> have the following characteristics
This is used with html to add design to the webpage?
How can you make a list that lits the items with bullets?
This tag is used to make certain text in html underlined
Which property of SVG restricts the region to which paint can be applied?
Which of the following is not a style tag?
Firefox uses _________ rendering engine.
Discusssion
Login to discuss.