open classes.html: <!DOCTYPE html> <html lang=\"en\"> <head> <link herf=\"http:/
ID: 3782452 • Letter: O
Question
open classes.html:
<!DOCTYPE html>
<html lang="en">
<head>
<link herf="http://yoga.css" rel="stylesheet" type="text/css" />
<title>Path of Light Yoga Studio :: Classes</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>Yoga Classes</h2>
<dl>
<dt> <strong>Gentle Hatha Yoga </strong></dt>
<dd>Intended for beginners and anyone wishing a grounded foundation in the practice of yoga, this 60 minute class of poses and slow movement focuses on asana (proper alignment and posture), pranayama (breath work), and guided meditation to foster your mind and body connection.
</dd>
<dt> <strong>Vinyasa Yoga </strong></dt>
<dd>Although designed for intermediate to advanced students, beginners are welcome to sample this 60 minute class that focuses on breath-synchronized movement -- you will inhale and exhale as you flow energetically through yoga poses.
</dd>
<dt> <strong>Restorative Yoga </strong></dt>
<dd>This 90 minute class features very slow movement and long poses that are supported by a chair or wall. This calming, restorative experience is suitable for students of any level of experience. This practice can be a perfect way to help rehabilitate an injury.
</dd>
</dl>
</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.
Explanation / Answer
Code in Style.css of wrapper id of div element
#wrapper {
width: 100%;
background-color: #cccccc;
margin-left: auto; margin-right: auto;
}
Note: I think that Question is not completely.
So what You want to dp in configure about id wrapper.
if ans is not satisfectory then comment what you want
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.