How would you display the copyright symbol (©) in an HTML document?
©right;
©
&cpy;
Which HTML element defines italic text?
What is the purpose of the 'action' attribute in a form tag?
Specifies the scripting language for form validation
Specifies where to display the form data
Specifies where to submit the form data
Specifies the styling of the form
Which HTML tag is used to create a form?
Which of the following is the correct HTML entity for the less than sign (<)?
<
>
"
&
Which attribute is used to specify the language of an element's content?
language
lang
text-language
content-lang
What is the primary difference between HTML and XHTML?
XHTML is a newer version of HTML with more features.
HTML is for web pages, while XHTML is for XML documents.
There is no difference; they are the same thing.
XHTML enforces stricter syntax rules than HTML.
Which of the following is NOT a semantic layout element introduced in HTML5?
What is the purpose of the 'charset' attribute in the <meta> tag?
Specifies the style sheet for the HTML document.
Defines the character encoding for the document.
Provides a description of the page's content.
Sets the viewport settings for responsive design.
What is the equivalent hexadecimal code for the RGB color rgb(0, 128, 255)?
#0080FF
#FF8000
#00FF80
#8000FF