Podcast
Questions and Answers
Which symbol is used to denote the end of HTML tags?
Which symbol is used to denote the end of HTML tags?
- =
- / (correct)
- <
- >
What is the other purpose of the slash (/) in an HTML tag?
What is the other purpose of the slash (/) in an HTML tag?
- To separate the start and end tags
- To indicate an empty element (correct)
- To indicate an attribute
- To denote the end of the tag
Which elements in HTML do not require a closing tag?
Which elements in HTML do not require a closing tag?
- <head> and <body>
- <img> and <link> (correct)
- <h1> and <table>
- <p> and <div>
What is an attribute in HTML?
What is an attribute in HTML?
Which is the proper way to close an empty element in HTML?
Which is the proper way to close an empty element in HTML?
Flashcards are hidden until you start studying