...

/

Features of the New HTML5 - Multiple Choice Questions

Features of the New HTML5 - Multiple Choice Questions

In this lesson, we'll test our knowledge on the modern HTML by way of multiple-choice questions and coding examples. Let's begin!

Test your understanding of the modern HTML5 markup

Question 1:

Technical Quiz
1.

All elements in HTML5 are labeled by their __________ and are marked-up using either start tags and end tags or self-closing tags.

A.

attribute name

B.

tagName

C.

className

D.

None of the above


1 / 1

Coding demo

The below code shows usage of each of the above:

  • HTML
html

...