In: Other
QUESTION 16
Which one of the following is not one of the new HTML5 semantic elements?
chapter
article
section
aside
QUESTION 17
Which of the following is the name for the file used for the "home page" of a website?
All of these are correct
home.htm
index, html
default.asp
QUESTION 18
Which of the following are the opening and closing delimiters of an HTML5 entity?
& and ;
& and !
I and ;
< and >
QUESTION 19
One method that we can use so that common markup will be placed in several of our web pages is called?
Server-Side Includes / SSI
Includes
Imports
using
QUESTION 20
What is the difference between a semantic element and a non-semantic element?
Semantic elements are tags with meaning like table and img. Non-semantic elements are tags that suggest nothing about content like div or span
Semantic elements are tags that suggest nothing about content like table and img. Non-semantic elements are tags with meaning like div or span
Semantic elements are tags that look like web tags. Non-semantic elements are tags that are hidden.
Semantic elements are tags with meaning like index.html. Non-semantic elements are tags that suggest nothing about content index.asp
16. Chapter is not HTML5 semantic element.
17. index.html
18. < and >
19. includes is the correct answer used for this purpose.
20. the First option is correct.