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
Be the first to start discuss.
Q. Which HTML tag is used to define smaller text?
Q. Which of the following HTML tags will insert a line break?
Q. Which is not <iframe> attribute?
Q. To create a numbered list, use
Q. Each table header is defined by a ____ tag.
Q. WebM format is not supported by
Discusssion
Login to discuss.