Build a Bookstore Page - Step 4

Tell us what’s happening:

my dont now how to use <div> plz help

Your code so far


<!-- User Editable Region -->

<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div>
<h3>hi</h3>
<p>bye</p>
<div>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build a Bookstore Page - Step 4

https://www.freecodecamp.org/learn/full-stack-developer/workshop-bookstore-page/step-4

reset the step, you start this step with a div element, the div will have an opening tag <div> and a closing tag </div>, to add content inside the div you write between these two tags. In this step you don’t need to add any content tho, you need to add a class attribute, attributes goes in the opening tag, like <elementName attribute="value">