Podcast
Questions and Answers
Which of the following is a semantic HTML tag?
Which of the following is a semantic HTML tag?
- <section> (correct)
- <div>
- <table>
- <span>
What is the correct CSS syntax for changing the text color of a paragraph element?
What is the correct CSS syntax for changing the text color of a paragraph element?
- color: red; p
- {color: red; p}
- p:color(red)
- p {color: red;} (correct)
What is the default display property of a element in CSS?
What is the default display property of a element in CSS?
- block
- inline (correct)
- flex
- inline-block