Tell us what’s happening:
Hey guys look what they said I should do. I’ve done it but I can’t seem to pass this level.
Inside the first element having a class of card, add an h2 element with the text Sally’s SciFi Adventure.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>XYZ Bookstore Page</title>
</head>
<body>
<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div class="card-container">
<!-- User Editable Region -->
<div class="card"id="sally-adventure-book">
<h2>Sally's Scifi Adventure</h2>
</div>
<!-- User Editable Region -->
</div>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1
Challenge Information:
Build a Bookstore Page - Step 10