Bootstrap - Create a Bootstrap Headline

Tell us what’s happening:

I did it this way and it yields the same result xd but the task is not marked as completed xd

jQuery Playground

Your code so far

<div class="text-primary text-center">
  <h3>jQuery Playground</h3>
</div>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Bootstrap - Create a Bootstrap Headline

Hi,
The classes should be added on the h3 tag not div.

2 Likes