WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following tags is an empty tag?
|
<br>
|
|
<section>
|
|
<header>
|
|
<article>
|
|
<p>
|
Explanation:
Detailed explanation-1: -The <br> tag is an empty tag which means that it has no end tag.
Detailed explanation-2: -Answer: BR and HR are examples of empty tags.
Detailed explanation-3: -Note: Some HTML elements have no content (like the <br> element). These elements are called empty elements. Empty elements do not have an end tag!
Detailed explanation-4: -Answer. Answer: HTML ( HyperText Markup Language ) elements with no content are called empty elements or empty tag. <br> is an empty element without a closing tag.
There is 1 question to complete.