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 7, Problem 2AYK

Explanation of Solution

Program:

<!DOCTYPE html >

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Fill in the Missing</title>

<meta charset="utf-8">

<!--Style Tag-->

<style>

<!--Alignment for Body Tag-->

body { background-color: #d5edb3;

     color: #000066;

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

}

<!--Alignment for navigation Tag-->

nav { float: left;

              width: 120px; }

<!--Alignment for main Tag-->

main { margin-left: 130px;

               background-color: #ffffff;

               color: #000000;

               padding: 20px; }

</style>

</head>

<!--Body Tag-->

<body>

<header role="banner">

    <h1>Trillium Media Design</h1>

</header>

<nav role=”navigation”

<ul>

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

  <li><a href="products...

Blurred answer
Students have asked these similar questions
HTML/CSS JAVASCRIPT please help me answer this question I will give you a good rating Thank you! Given the following html dynamic application    What is the output when the button is clicked ?( describe the visual effect when the button is clicked) Modify the output from the original web page, so that the  html will  create and place a new red div as illustrated inside the existing grey div and then transfers the paragraph inner content  at run-time ( inside the javascript function )  from the paragraph inside the grey div into the red div as illustrated. DO NOT DO this by placing the paragraph content inside the div within the static HTML page,  use the document object model to access elements from the paragraph  and transfer content into the div element as illustrated   <! DOCTYPE html> <html>   <head>      <title> First Illustration</title> <link rel="stylesheet" type="text/css" href="first_ill_RRR.css">  <script src="project_6p.js"…
Part 4: Build a html form with the following elements. The form must be within a table structure. Name: a text box where the content contains no special character (i.e. !, @, #, $, %, &, *). Number is allowed. The text box must not be empty. • Module code: a text box where the content must start with 3 lower case alphabets and follows by 4 digits. This textbox can be empty. • Current date: a non-editable textbox and should be in the format as shown (e.g. 12 October 2020 Monday 3:35 PM). The content is the current date or today's date which will change every day. • Message: a text area with 3 rows and 20 columns. The default text is "Hello 202204". The text area cannot be empty. • 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 the find text is empty, this element should be disable (i.e. user cannot key in anything here). • Find and Replace: This is a button, when click, it will go to the "Message"…
Computer Science Write a webpage that creates a game of dice using only HTML and JavaScript. The code should make use of the HTML <canvas> element. The webpage should inform the user of the rules of the game.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning