Podcast
Questions and Answers
Which of the following is a valid HTML tag?
Which of the following is a valid HTML tag?
- <body>
- <img/>
- <javascript>
- <main> (correct)
What is the purpose of the
What is the purpose of the
- To create a navigation menu (correct)
- To display an image
- To define a hyperlink
- To format text
Which of the following is NOT a valid HTML attribute?
Which of the following is NOT a valid HTML attribute?
- style (correct)
- href
- src
- class