Question Bank
3705 approved questions from the community
HTML5 was designed to be backward and forward compatible with previous HTML versions.
The `meta charset` declaration should be placed in the `<body>` section of an HTML document.
Meta keywords are still highly effective for SEO in modern search engines.
External JavaScript files are cached by the browser, which can improve site performance on subsequent visits.
When serving pages in multiple languages, using language-specific URLs is recommended for SEO.
Which element allows multi-line text input in HTML?
What does the acronym "PEA" stand for in the context of web technologies?
What is the correct meta tag for setting the viewport for responsive design?
Why is content separation important when working with JavaScript in HTML?
What is the recommended approach for maintaining code clarity with comments?
Self-explanatory code eliminates the need for all HTML comments.
Which HTML tag is used to define the root element of an HTML page?
The HTML5 specification requires a closing tag for the `<script>` element.
HTML5 allows for responsive and adaptive design that ensures optimal viewing across various devices and screen sizes.
HTML5 introduced new semantic elements like `<header>`, `<footer>`, and `<nav>` to improve code structure and accessibility.
The `<figure>` tag should always be used with a `<figcaption>` tag.
Which of the following are common elements found in the `<head>` section of an HTML document? (Select all that apply)
Which of the following are valid purposes of meta tags in HTML? (Select all that apply)
Which of the following are valid use cases for HTML comments? (Select all that apply)
Which of the following are benefits of using semantic HTML tags? (Select all that apply)