Question 1
What is the purpose of the <article> element in HTML?
A
Defines an article in a magazine
B
Specifies independent and self-contained content
C
Defines a section of a document
D
Defines styling rules
Question 2
What is the default display value of a <span> element?
A
block
B
inline
C
inline-block
D
none
Question 3
Who is making the Web standards?
A
Mozilla
B
The World Wide Web Consortium
C
Google
D
Microsoft
Question 4
Which HTML element is used to specify a footer for a document or section?
A
<footer>
B
<bottom>
C
<section>
D
<foot>
Question 5
Which input type defines a slider control?
A
slider
B
range
C
search
D
controls