I dont understand what is surround the anchor tags with a di

I don\'t understand what is \"surround the anchor tags with a div tag\" means, can anyone show me where should I put the div tag correctly?
body header h1 CIS 110 Projects header nav Kul>

Solution

Okay, so surrounding the anchor tags with a div tag in this case will look like this

<body>
<header>
<h1> CIS 10 projects</h1>
</header>
<nav>
<ul>
<li>
<div>
<a href=\"http://www.uoregon.edu\">UO Home Page</a>
</div>
</li>
<li>
<div>
<a href=\"http://pages.uoregon.edu/zli8/110/\">Project Home Page
</div>
</li>
<li>
<div>
<a href=\"http://pages.uoregon.edu/zli8/110/p1/\">Project 1</a>
</div>
</li>

I have surrounded the first two anchor tags with a div tag and also done the indentation the anchor tags.
Why we use <div> tag ?
The <div> tag is just a container unit which encapsulates other page elements and divides the HTML document into different sections. <div> tags are used to group together HTML elements and apply CSS styles to many elements at once.

I don\'t understand what is \

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site