What is the correct way to specify the color 'blue' using an HTML color name?
All of the above
What color does the hexadecimal code "#008000" represent?
Blue
Yellow
Green
Red
What is the purpose of the <head> section in an HTML document?
<head>
Contains metadata about the HTML document
Defines the main structure of the document
Creates interactive elements on the page
Displays content to the user
Which <meta> tag attribute is used to control the viewport settings for responsive web design?
description
charset
name
content
Which of the following is NOT a valid reason to use comments in HTML?
Temporarily disable specific HTML code.
Improve search engine optimization (SEO).
Provide notes for future developers.
Explain complex code sections.
Which of the following tags is used to indicate the start of an HTML document?
If you want a table header cell to span two columns, what is the correct HTML code?
Who is credited with creating HTML?
Tim Berners-Lee
Linus Torvalds
James Gosling
Brendan Eich
How can you create a clickable image that acts as a hyperlink in HTML?
Place the <a> tag inside the <img> tag.
Use the 'href' attribute in the <img> tag.
Use the 'link' attribute in the <img> tag.
Place the <img> tag inside an <a> tag.
Which input type is used to create a submit button?
send
button
submit
click