The above HTML is an example of which of the following?
let x = 6; let y = 0; y = ++x; y *= 2; |
Answer1: Empty element
Answer2: Internal link
Answer3: HTML
Answer4: HTML5 semantic elements
Explanations:
Explanation1: Empty elements don't need closing tags. Ex: <br> to break the line.
Explanation2: Internal link is used to show the link that will redirect you to next page.
Explanation3: HTML is the primarly responsible for designing the webpage. It creates the structure of the webpage.
Explanation4: HTML semantics used to give meaning to the user and browser. It uses syntax like nav, header, footer
Get Answers For Free
Most questions answered within 1 hours.