Predict the Result. Draw and write a brief description of the web page that will be created with the following HTML code: Predict the Result Contact Us Complete the form and a consultant will contact you. E-mail: Please indicate which services you are interested in:< br> Home Services Contact
Q3. Predict the Result.
Draw and write a brief description of the web page that will be created with the following
HTML code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Predict the Result</title>
<meta charset="utf-8">
</head>
<body>
<h1>Contact Us</h1>
<form action="myscript.php">
<fieldset><legend>Complete the form and a consultant will contact
you.</legend>
E-mail: <input type="text" name="email" id="email" size="40">
<br>Please indicate which services you are interested in:< br>
<select name="inquiry" id="inquiry" size="1">
<option value="development">Web Development</option>
<option value="redesign">Web Redesign</option>
<option value="maintain">Web Maintenance</option>
<option value="info">General Information</option>
</select>
<br>
<input type="submit">
</fieldset>
</form>
<nav><a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a></nav>
</body>
</html>

Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images









