Podcast
Questions and Answers
What is the correct HTML tag to create a paragraph?
What is the correct HTML tag to create a paragraph?
- <div>
- <h1>
- <p> (correct)
- <span>
Which Bootstrap class should be used to create a button?
Which Bootstrap class should be used to create a button?
- .btn-primary (correct)
- .btn-secondary
- .btn-warning
- .btn-success
What is the correct HTML tag for an ordered list?
What is the correct HTML tag for an ordered list?
- <ol> (correct)
- <ul>
- <dl>
- <li>
Flashcards are hidden until you start studying
Study Notes
HTML Elements
- The correct HTML tag to create a paragraph is
<p>
. - The correct HTML tag for an ordered list is
</p><ol><li>
.
Bootstrap
- To create a button in Bootstrap, use the class
btn
.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.