Question Bank
1899 approved questions from the community
What is dynamic class loading in Java?
What is the difference between checked and unchecked exceptions in Java?
What does the `lang` attribute in the `<html>` tag specify?
External JavaScript files are cached by the browser, which can improve site performance on subsequent visits.
Which element allows multi-line text input in HTML?
What is the correct meta tag for setting the viewport for responsive design?
What is the correct syntax for linking an external CSS file to an HTML document?
Which of the following are common elements found in the `<head>` section of an HTML document? (Select all that apply)
HTML5 allows for responsive and adaptive design that ensures optimal viewing across various devices and screen sizes.
The `<figure>` tag should always be used with a `<figcaption>` tag.
Self-explanatory code eliminates the need for all HTML comments.
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 recommended modern alternative to the `<s>` tag for marking deleted content?
What is the primary difference between using `<p>` tags and `<br>` tags for separating text?
What is the purpose of Open Graph meta tags?
How do you access data attributes in JavaScript?
Which semantic tag should be used to define a navigation section in HTML5?
What is the purpose of the `<article>` semantic tag?
What is the difference between `<section>` and `<div>` tags?