Computer Science, asked by upragati08, 6 months ago

Design a web page that should accept name of the user ,Email ID,Number of years completed in office,Office phone number(compulsory),image with submit button​

Answers

Answered by akshayyadavindia31
42

Answer:

<form method="get" enctype="application/x-www-form-urlencoded" action="/html/codes/html_form_handler.cfm">

<p>

<label>Name

<input type="text" name="customer_name" required>

</label>

</p>

<p>

<label>Phone

<input type="tel" name="phone_number">

</label>

</p>

<p>

<label>Email

<input type="email" name="email_address">

</label>

</p>

<fieldset>

<legend>Which taxi do you require?</legend>

<p><label> <input type="radio" name="taxi" required value="car"> Car </label></p>

<p><label> <input type="radio" name="taxi" required value="van"> Van </label></p>

<p><label> <input type="radio" name="taxi" required value="tuktuk"> Tuk Tuk </label></p>

</fieldset>

<fieldset>

<legend>Extras</legend>

<p><label> <input type="checkbox" name="extras" value="baby"> Baby Seat </label></p>

Answered by mrunalmanchekar15
1

Explanation:

12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam 12th class hsc it paper 2021 board exam

Similar questions