Podcast
Questions and Answers
Which of the following is a basic HTML element?
Which of the following is a basic HTML element?
- <span>
- <h1>
- <div>
- <p> (correct)
Which of the following tags is used to define a heading in HTML?
Which of the following tags is used to define a heading in HTML?
- <span>
- <div>
- <p>
- <h1> (correct)
Which of the following tags is used to create a line break in HTML?
Which of the following tags is used to create a line break in HTML?
- <span>
- <div>
- <p>
- <br> (correct)