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
Question
Book Icon
Chapter 7, Problem 3AYK
Program Plan Intro

Given Code:

<!DOCTYPE html>

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Find the Error</title>

<meta charset="utf-8">

<!--Style Tag-->

<style>

   <!--Alignment for Body Tag-->

    body { background-color: #d5edb3;

       color: #000066;

       font-family: Verdana, Arial, sans-serif;

}

<!—Error in the code-->

    nav { float:left;

    width: 120px; }

    main { padding: 20px 150px 20px 20px;

       background-color: #ffffff;

        color: #000000; }

<!--Closing style tag -->

</style>

<!--Closing head tag -->

</head>

<!--Body Tag -->

<body>

<header role="banner">

    <h1>Trillium Media Design</h1>

<!—Close tag -->

</header>

<!--navigation-->

<nav role="navigation">

<!-- unordered list -->

<ul>

    <li><a href="index.html">Home</a></li>

    <li><a href="services.html">Services</a></li>

    <li><a href="contact.html">Contact</a></li>

<!—Close tag -->

</ul>

<!—Close tag -->

</nav>

<!--main Tag -->

<main role="main">

<p>Our professional staff takes pride in its working

relationship with our clients by offering personalized services

that listen to their needs, develop their target areas, and

incorporate these items into a website that works.</p>

<!--close Tag-->

</main>

<!--close Tag-->

</body>

<!--Close Tag-->

</html>

Blurred answer
Students have asked these similar questions
Design  HTML Form in javascriptApply the data validation :1. Mobile number field data must be a numeric data and not less than 8 digits,2. The email field must accept the data which must contain the character '@' and dot (.). Andthe character @ must not be the first character and the last dot must at least be onecharacter after the @.On submitting the form, If all these validations are followed, another Html page.
Write the HTML code for the following simple page that takes the names of two siblings as well as their ages and tells us which sibling is older. The user types the names and ages. After the user clicks on the "compare ages" button the result will appear. name: age: name: age: compare ages! result
Build a html form with the following elements Find: a text box for the user to key in text he/she wants to find.• Replace: a text box for the user to key in the replacement text. If th
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education