How would you display the copyright symbol (©) in an HTML document?
©right;
©
&cpy;
How do you create an ordered list in HTML?
Where does the metadata about an HTML document go?
What is the correct HTML for creating a nested list item?
If you want a table header cell to span two columns, what is the correct HTML code?
Which attribute is used to merge rows vertically in an HTML table?
rowspan
vmerge
colspan
cellmerge
How can you improve keyboard navigation for users who cannot use a mouse?
Ensuring all interactive elements are reachable by using the 'Tab' key
Using Flash animations for all interactive elements
Disabling all JavaScript functionality on the website
Using images for all text on the page
How can you use comments to debug HTML code?
You can temporarily comment out sections of code to isolate issues.
Comments can execute JavaScript code for debugging purposes.
Comments directly interact with browser developer tools for debugging.
Comments can be used to display error messages in the browser.
What does 'favicon' stand for in the context of web development?
File avatar icon
Formatted avatar icon
Favorite icon
Fast loading icon
Which attribute is used to specify the language of an element's content?
text-language
content-lang
language
lang