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

Explanation of Solution

Given Code:

<!--HTML Tag-->

<html lang="en">

<!--Head Tag-->

<head>

<!--Title Tag-->

<title>Predict the Result</title>

<meta charset="utf-8">

<!--Close Tag-->

</head>

<!--Alignment for Body Tag-->

<body>

<!--Alignment for Header Tag-->

<header><h1><i>Favorite Sites</i></h1></header>

<!--Alignment for Main Tag-->

<main>

<!--Alignment for Ordered List Tag-->

<ol>

<li><a href="http://facebook...

Blurred answer
Students have asked these similar questions
<!DOCTYPE html><html><head><title>Contact me</title></head><body><!--Added main tag--><main><!--Added nav tag-->    <nav>        <a href="home.html">Home</a>        <a href="contact.html">Contact</a>        <a href="about.html">About</a>    </nav>   <h1>Contact ME</h1><span>photo of me Joe Mc</span> <picture>    <source media="(min-width:650px)" srcset="me1-650.jpg">    <source media="(min-width:465px)" srcset="me1-465.jpg">    <img src="me1.jpg" alt="lake" style="width:auto;">  </picture> <p>You can contact me through : </p><div> <ul>    <li>Email -  332boyman@gmail.com</li>    <li>Phone -  (802)3730290</li></ul> <footer>  <p>Author: Josiah McSweeney<br><!--Added footer tag--><footer>    <p>Copyright Reserved</p>  </div>…
i am working on Old masters code 1-3 but i keep getting an error on my this is for HTML using notepad++ my code: <!doctype html><html lang="en"><head><!--New Perspectives on HTML5 and CSS3, 8th EditionTutorial 1Coding Challenge 3   --><meta charset="utf-8"><title>Coding Challenge 1-3</title><link href="code1-3_styles.css" rel="stylesheet"/></head>  <body><h1>Drawing from the Old Masters</h1>   <section>       <img src="drawing01.png" alt="Leonardo da Vinci"/>       <footer>The Battle of Anghieari <br />&mdash; Leonardo da Vinci</footer>   </section>          <section>       <img src="drawing02.png" alt="Jacopo da Pontormo"/>       <footer>Study of a Youth <br />&mdash; Jacopo da Pontormo</footer>   </section><section>       <img src="drawing03.png" alt="Raphael"/>       <footer>The Nativity <br />&mdash;…
<!DOCTYPE html><html><head><title>Contact me</title></head><body><!--Added main tag--><main><!--Added nav tag-->    <nav>        <a href="home.html">Home</a>        <a href="contact.html">Contact</a>        <a href="about.html">About</a>    </nav>   <h1>Contact ME</h1> <span>photo of me Joe Mc</span><br> <picture>    <source media="(min-width:650px)" srcset="me1-650.jpg">    <source media="(min-width:465px)" srcset="me1-465.jpg">    <img src="me1.jpg" alt="lake" style="width:auto;">  </picture> <p>You can contact me through : </p><div> <ul>    <li>Email -  332boyman@gmail.com</li>    <li>Phone -  (802)3730290</li></ul> <footer>  <p>Author: Josiah McSweeney<br><!--Added footer tag--><footer>    <p>Copyright Reserved</p>…
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