Podcast
Questions and Answers
Which of the following HTML elements is used to create a hyperlink?
Which of the following HTML elements is used to create a hyperlink?
- <div>
- <a> (correct)
- <span>
- <p>
Which of the following is the correct way to create an unordered list in HTML?
Which of the following is the correct way to create an unordered list in HTML?
- <ol>
- <dl>
- <ul> (correct)
- <li>
Which attribute is used to specify the source URL of an image in HTML?
Which attribute is used to specify the source URL of an image in HTML?
- alt
- src (correct)
- class
- href