Which attribute is used to specify the language of an element's content?
lang
language
text-language
content-lang
Which input type is used to create a submit button?
send
submit
click
button
Which HTML tag is used to define a row in a table?
What is the correct way to specify the color 'blue' using an HTML color name?
All of the above
What is the primary characteristic of an inline element in HTML?
It cannot contain other HTML elements.
It only takes up as much width as its content needs.
It is used to create structural divisions in the document.
It always forces a new line.
What is the range of values for the Red, Green, and Blue components in an RGB color code?
0 to 1
0 to 100
-1 to 1
0 to 255
Which tag is used to create a header cell in an HTML table?
Who is credited with creating HTML?
James Gosling
Tim Berners-Lee
Brendan Eich
Linus Torvalds
How do you create a nested list in HTML?
It's not possible to create nested lists in HTML.
Nest lists using CSS.
Place a list inside another list's tags.
Use the 'nested' attribute.
Which tag is used to define a hyperlink in HTML?