Computer Applications
Customer Analytics firm needs to design a survey form as shown below:

Write the suitable HTML code to design it.
HTML Advanced Features
26 Likes
Answer
<HTML>
<BODY>
<FORM>
Name:
<INPUT TYPE = "TEXT" NAME = "CANDIDATE NAME" SIZE = "30">
<BR>
City:
<BR>
<SELECT NAME = "CITY" SIZE = "3">
<OPTION VALUE = "New Delhi">
New Delhi
</OPTION>
<OPTION VALUE = "Chennai">
Chennai
</OPTION>
<OPTION VALUE = "Hyderabad">
Hyderabad
</OPTION>
</SELECT>
<BR>
Hobby:
<BR>
<LABEL FOR = "CB1">Reading</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB1" NAME = "C1" VALUE = "Reading">
<LABEL FOR = "CB2">Writing</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB2" NAME = "C2" VALUE = "Writing">
<BR>
<LABEL FOR = "CB3">Singing</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB3" NAME = "C3" VALUE = "Singing">
<LABEL FOR = "CB4">Dancing</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB4" NAME = "C4" VALUE = "Dancing">
</FORM>
</BODY>
</HTML>
Answered By
20 Likes
Related Questions
Write HTML code to design the content of the web page in the form of lists as shown below:

What do you understand by the term "Digital Divide"? Mention any two measures to overcome it.
Observe the screenshot of the given web page:

Write suitable HTML code to design it.
Case Study 1
Sanchay, has recently joined the Global Network company as a network trainee. Help Sanchay by suggesting the best suitable answers for the following issues which needs to be resolved:
a. Company wants to engage employees in some online fun filled activities to strengthen their inter-personal skills. Suggest any two popular video conferencing software to be used for the same.
b. Company wants employees to upgrade themselves by exploring internet about latest happenings in the networking field. Suggest any two suitable web browsers for the same.
c. Sometimes few of the employee needs to remotely login to their office PC from their home. Suggest any one popular software and the protocol being used for the same.
d. Company wants its employees to be safe while entering their login credentials and bank account details on the internet. Out of http and https, which protocols should be preferred and why?