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: Coding Challenge 1-3    Drawing from the Old Masters                  The Battle of Anghieari — Leonardo da Vinci                            Study of a Youth — Jacopo da Pontormo                  The Nativity — Raphael                  Head of a Maid — Peter Paul Rubens                  Head of a Young Woman — Andrea del Sarto                  Head of a Youth — Titian           Warning message that i am trying to resolve : Warning: Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections. From line 19, column 2; to line 19, column 10 ers↩ ↩

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

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 Edition
Tutorial 1
Coding 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; Raphael</footer>
   </section>
<section>
       <img src="drawing04.png" alt="Peter Paul Rubens"/>
       <footer>Head of a Maid <br />&mdash; Peter Paul Rubens</footer>
   </section>
<section>
       <img src="drawing05.png" alt="Andrea del Sarto"/>
       <footer>Head of a Young Woman <br /> &mdash; Andrea del Sarto</footer>
   </section>
<section>
       <img src="drawing06.png" alt="Titian"/>
       <footer>Head of a Youth <br />&mdash; Titian</footer>
   </section>       
</body>
</html>

Warning message that i am trying to resolve :

  1. Warning: Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections.

    From line 19, column 2; to line 19, column 10

    ers</h1>↩ <section>↩ <im

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Image Element
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education