open indexhtml Path of Light Yoga Studio Path of Light Yoga
open index.html:
<!DOCTYPE html>
 <html lang=\"en\">
<head>
 <link href=\"http://example.com/yogaclass.css\" rel=\"stylesheet\" type=\"text/css\" />
 <title>Path of Light Yoga Studio</title>
 <meta charset=\"utf-8\">
 <link href=\"yoga.css\" rel=\"stylesheet\">
 </head>
 <body>
 <div id=\"wrapper\">
 <header><h1>Path of Light Yoga Studio</h1></header>
 <nav>
 <a href=\"index.html\">Home</a>   <a href=\"classes.html\">Classes</a>  
 <a href=\"schedule.html\">Schedule</a>   <a href=\"contact.html\">Contact</a>  
 </nav>
 <main>
 <h2>Find Your Inner Light</h2>
<p> <span class=\"studio\">Path of Life Yoga Studio</span> provides all levels of yoga pratice in a tranquil, peaceful
 environment. Whether you are new to yoga or an experienced practitioner, our dedicated
 instructors can develop a practice to meet your needs. Let your inner light shine
 at the <span class=\"studio\">Path of Light Yoga Studio</span></p>
<ul>
 <li>Hatha, Vinyasa, and Restorative Yoga Classes</li>
 <li>Drop-ins welcome</li>
 <li>Mats, blocks, and blankets provided</li>
 <li>Relax in our Serenity Lounge before or after your class</li>
 </ul>
<div>
 Path of Light Yoga Studio<br>
 612 Serentity Way<br>
 El Dorado, CA 96162<br>
 <br>
 <br>
 888-555-5555<br>
 <br>
 <br>
 </div>
 </main>
 <footer>
Copyright © Path of Light Yoga<br>
 <a href=\"mailto:Paul.Snowden@pcc.edu\">PaulSnowden@pcc.edu</a>
  </footer>
 </div>
 </body>
1. Add the html code to configure a div element assigned to the id wrapper that \"wraps,\" or contains, the code within the body section.
Solution
Note:
Question is not completely clear,You havn\'t mention any configure about id wrapper.


