Solved

Select the HTML Tag Below That Configures a Textbox with the Name

Question 11

Multiple Choice

Select the HTML tag below that configures a textbox with the name "email" and a width of 40 characters.


A) < input type="text" id="email" width="40" >
B) < input type="text" name="email" size="40" >
C) < input type="text" name="email" space="40" >
D) < input type="text" width="40" >

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions