Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
Web Development and Design Foundations with HTML5 (9th Edition) (What's New in Computer Science)
9th Edition
ISBN: 9780134801346
Author: FELKE-MORRIS
Publisher: PEARSON
Question
Book Icon
Chapter 4, Problem 3HOE
Program Plan Intro

Program Plan:

  • Include the HTML tag using “<html>”.
    • Include the title tag “<title>” for title.
    • Include the body tag using “<body>”.
      • Set the navigation tag using “<nav>” for navigation links.
        • Include the anchor tags using “<a>” with their links in “href” attributes.
          • Include the images for image link using “<img>” tag and set their height, width, and alt attributes.
        • Close the anchor tag “</a>”.
      • Close the navigation tag “</nav>”.
    • Close the body tag “</body>”.
  • Close the file using “</html>” tag.

Blurred answer
Students have asked these similar questions
@charset "UTF-8";html {  box-sizing: border-box;}* {  box-sizing: inherit;} body {  font-family: Georgia, serif;  font-size: 100%;  background-color: white;  margin: 0;} /* link styles */a:link, a:visited { color: #DC6903; }a:focus, a:hover, a:active { color: #F9AB33; } a {  text-decoration: none;  border-bottom: 1px dotted;  padding-bottom: .2em;}  /* header styles */header {  color: white;  background:  url(images/croissants_banner.jpg) no-repeat center center;  background-size: cover;   text-align: center;  height: 15em;}header p {  font-style: italic;  font-size: 1.2em;  margin-top: -12px;}header h1 {  margin-top: 1.5em;} /* nav styles */nav, footer {  font-family: verdana, sans-serif;  background-color: #783F27;} nav ul li a{  display:block;  border: 1px solid;   border-radius:25px;  top: 0.5em;  right: 1em;  bottom: 0.5em;  left: 1em;}nav ul li a:link, nav ul li a:visited {  color: #F9AB33;}nav ul li a:focus, nav ul li a:hover, nav ul li a:active {  color: #fff;}nav ul {…
@charset "UTF-8";html {  box-sizing: border-box;}* {  box-sizing: inherit;} body {  font-family: Georgia, serif;  font-size: 100%;  background-color: white;  margin: 0;} /* link styles */a:link, a:visited { color: #DC6903; }a:focus, a:hover, a:active { color: #F9AB33; } a {  text-decoration: none;  border-bottom: 1px dotted;  padding-bottom: .2em;}   /* header styles */header {  color: white;  background:  url(images/croissants_banner.jpg) no-repeat center center;  background-size: cover;   text-align: center;  height: 15em;}header p {  font-style: italic;  font-size: 1.2em;  margin-top: -12px;}header h1 {  margin-top: 1.5em;} /* nav styles */nav, footer {  font-family: verdana, sans-serif;  background-color: #783F27;}nav ul li a:link, nav ul li a:visited {  color: #F9AB33;}nav ul li a:focus, nav ul li a:hover, nav ul li a:active {  color: #fff;}nav ul {  margin: 0;}nav ul li {   font-size: .8em;  text-transform: uppercase;  letter-spacing: .2em;} /* main "products" styles */main {…
I need help coding the nav items so they are spaced vertically on top of the page and for there to be a blue background behind them at the top. <!DOCTYPE html> <html lang="en">   <head>     <meta charset="UTF-8" />     <meta http-equiv="X-UA-Compatible" content="IE=edge" />     <meta name="viewport" content="width=device-width, initial-scale=1.0" />     <link rel="stylesheet" href="CSS/index.css" />     <title>Video Game History</title>     <style>       .logo-container {         display: flex;         justify-content: center;       }       a {         font-size: large;       }       p {         font-size: larger;       }       article {         border: 2px solid blue;       }       body {         background-color: lightblue;         font-family: Arial, Helvetica, sans-serif;          font-size: 100%;          margin: 0 auto;       }       footer {         background-color: blue;         color: white;         text-align:…
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