MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which element is not part of Form tag?
A
<Input>
B
<select>
C
<textarea>
D
<textbox>
Explanation: 

Detailed explanation-1: -Explanation: <datalist>, <keygen> and <output> are HTML5 added form element. Element <password> is not a HTML5 added form element. Password is an attribute used in input type in HTML.

Detailed explanation-2: -Expert-Verified Answer. Correct option: <br/> is Not an element in HTML. It is an empty content.

Detailed explanation-3: -A textbox is a common input control in HTML, but it has various hidden attributes. An HTML text box is an area on the screen wherein the user can enter the text input. It is a common input element found in many software programs, such as web browsers, email clients, and word processors.

There is 1 question to complete.