Question Bank
3705 approved questions from the community
Which of the following are semantic HTML5 tags? (Select all that apply)
Which technologies form the "HTML-CSS-JS" trio that powers modern web content? (Select all that apply)
Which of the following are core functionalities of HTML? (Select all that apply)
Which of the following are appropriate use cases for data-* attributes? (Select all that apply)
Which of the following are valid language code formats for the `lang` attribute? (Select all that apply)
Which of the following are practical uses of HTML5 as mentioned in modern web development? (Select all that apply)
What is the primary purpose of the `<title>` element in an HTML document?
What does the `lang` attribute in the `<html>` tag specify?
What is the correct DOCTYPE declaration for an HTML5 document?
What is the correct syntax for linking an external CSS file to an HTML document?
Where is the best practice location to place `<script>` tags for JavaScript files?
What is the semantic difference between `<b>` and `<strong>` tags?
What is the purpose of the `<small>` tag in HTML5?
What does the `<mark>` tag do in HTML5?
What is the recommended modern alternative to the `<s>` tag for marking deleted content?
Which tag is used to create a paragraph in HTML?
Which tag creates a simple line break in HTML?
What is the primary difference between using `<p>` tags and `<br>` tags for separating text?
Which meta tag is used to prevent search engines from indexing a page?
What is the purpose of Open Graph meta tags?