B. HTML CODE 1. Draw the webpage design of the equivalent HTML code. HTML CODE MY FAVORITE SUBJECT LIST: First name: Last name: Gender: Male Female Choose your color from the list: WEB PAGE DESIGN

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter1: Getting Started With Html5: Creating A Website For A Food Vendor
Section: Chapter Questions
Problem 3CP4
icon
Related questions
Question

 

 

B. HTML CODE
1. Draw the webpage design of the equivalent HTML code.
HTML CODE
<form>
<fieldset>
<legend> MY FAVORITE SUBJECT LIST:
</legend
<form>
First name:<input type="text"/><br/>
Last name:<input type="text"/><br/>
Gender:<br/>
<input type="radio" name="gender" value="male">
<label for="male">Male</label><br/>
<input type="radio" name="gender" value="female">
<label for="female">Female</label>
<br/>
<select>
<optgroup label="Subject">
<option value="Math">Math</option>
<option value="English">English</option>
<option value="recess">Recess</option>
</optgroup>
<optgroup label="Snacks">
<option value="Macaroni">Macaroni</option>
<option value="Lugaw">Lugaw</option>
</optgroup>
</select><br/>
<label for="browser">Choose your color
from the list:
</label><br/>
<input List="colors" name="col" id="col">
<datalist id="colors">
<option value="Blue">
<option value="Red">
<option value="Green">
</datalist>
<br/><br/><hr/>
<textarea name="comment"> </textarea>
<br/><br/>
<input type="button" value="Send">
<input type="button" value="Cancel"><br/>
</form>
</fieldset>
WEB PAGE DESIGN
Transcribed Image Text:B. HTML CODE 1. Draw the webpage design of the equivalent HTML code. HTML CODE <form> <fieldset> <legend> MY FAVORITE SUBJECT LIST: </legend <form> First name:<input type="text"/><br/> Last name:<input type="text"/><br/> Gender:<br/> <input type="radio" name="gender" value="male"> <label for="male">Male</label><br/> <input type="radio" name="gender" value="female"> <label for="female">Female</label> <br/> <select> <optgroup label="Subject"> <option value="Math">Math</option> <option value="English">English</option> <option value="recess">Recess</option> </optgroup> <optgroup label="Snacks"> <option value="Macaroni">Macaroni</option> <option value="Lugaw">Lugaw</option> </optgroup> </select><br/> <label for="browser">Choose your color from the list: </label><br/> <input List="colors" name="col" id="col"> <datalist id="colors"> <option value="Blue"> <option value="Red"> <option value="Green"> </datalist> <br/><br/><hr/> <textarea name="comment"> </textarea> <br/><br/> <input type="button" value="Send"> <input type="button" value="Cancel"><br/> </form> </fieldset> WEB PAGE DESIGN
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Properties of CSS
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning