Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

A text box named username that will be used to accept the user name of web page

ID: 3684278 • Letter: A

Question

A text box named username that will be used to accept the user name of web page visitors. The text box should allow a maximum of 30 characters to be entered. A group of radio buttons that website visitors can check to vote for their favorite day of the week A select list that asks website visitors to select their favorite social networking site A fieldset and legend with the text "Shipping Address" around the following form controls: AddressLinel. AddressLine2, City. State. ZIP An image called signup.gif as an image button on a form A hidden input control with the name userid A password box form control with the name p word A form tag to invoke server-side processing using http://webdevfoundations.net/scripts/mydemo.asp and the post method

Explanation / Answer

This question has multiple sub-parts. I have answered the first 3. Please post 1 more question for the same.

a)

<html>
<body>
<form action="demo_form.asp">
user name: <input type="text" name="username" maxlength=30><br>
<input type="submit" value="Submit">
</form>
</body>
</html>

b)

<html>
<body>

<form action="demo_form.asp">
<input type="radio" name="day" value="monday">monday<br>
<input type="radio" name="day" value="tuesday">tuesday<br>
<input type="radio" name="day" value="wednesday">wednesday<br>
<input type="radio" name="day" value="thursday">thursday<br>
<input type="radio" name="day" value="friday">friday<br>
<input type="radio" name="day" value="saturday">saturday<br>
<input type="radio" name="day" value="sunday">sunday<br>

<input type="submit" value="Submit">
</form>

</body>
</html>

c)

<html>
<body>

<form action="demo_form.asp">
<select>
<option value="fb">fb</option>
<option value="twitter">twitter</option>
<option value="instagram">instagram</option>
<option value="linkedin">linkedin</option>
</select>

<input type="submit" value="Submit">
</form>

</body>
</html>

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote