Solved

Case 9-2 Ethan Has Some Questions About HTML Forms That He Addresses

Question 79

Multiple Choice

Case 9-2
Ethan has some questions about HTML forms that he addresses to his sister Kyra,who has a lot of experience in Web design.
-Ethan would like to limit the number of characters a user can type for his or her email address to 50,but make visible only 20 characters.Which of the following does Kyra define as a correct statement?


A) <input type="text" name="firstname" id="firstname" size="20" maxlength="50" />
B) <input type="text" name="firstname" id="firstname" size="50" maxlength="50" />
C) <input type="text" name="firstname" id="firstname" maxlength="50" />
D) either a or c

Correct Answer:

verifed

Verified

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

Related Questions