Web Development and Design Foundations with HTML5 (8th Edition)
Web Development and Design Foundations with HTML5 (8th Edition)
8th Edition
ISBN: 9780134322759
Author: Terry Felke-Morris
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 9, Problem 1AYK

Explanation of Solution

Predicting the Result:

Given program:

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Predict the Result</title>

<!--Close Tag-->

</head>

<!--Alignment for Body Tag-->

<body>

<!--Header Tag-->

<h1>Contact Us</h1>

<!--implementation of Action Attribute-->

<form action="myscript.php">

<!--implementation of Fieldset and Legend Tags-->

<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>

<!--implementation of Select Tag-->

<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 Informationn&#x...

Blurred answer
Students have asked these similar questions
Web Development: Identify ten (10) HTML tags that are valid only for HTML5. Use the HTML below and demonstrate the use of these tags in a valid and semantically verified way: <!DOCTYPE html> <html>    <head>       <style>          table, th, td {             border: 1px solid black;          }       </style>    </head>      <body>       <h1><p style="text-align:left;">My App</p></h1> <p style="text-align:right;"> <a href="url">signup</a> <a href="url">Login</a> </p>         <table>          <tr>             <th><img src="1.jpg" width="200" height="80"></th>             <th> <h2> App Tagline</h2> <ul>   Description of feature <li> Description-1</li> <li> Description-2</li> <li> Description-3</li>   Description of feature <li> Description-1</li> <li> Description-2</li>…
Build a simple HTML page that will use an image (download from internet) as a link to the a page with the following code. Note that the image should be clickable. <!DOCTYPE html><html lang="en"> <head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width, initial-scale=1.0">    <title>Text Styling Example</title>    <style>        .strikethrough {            text-decoration: line-through;        }         .underline-green {            text-decoration: underline;            color: green;        }         p {            margin: 0;            padding: 0;        }         .pink-text {            color: salmon;        }         .blue-text {            color: dodgerblue;        }    </style></head> <body>    <p class="pink-text">The following is an example of the <span class="strikethrough">square</span> <span class="underline-green">cube</span> of a number:</p>…
I need login page code in Html and css with validation code in javascript only make simple as much as.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning