HTML Quiz
English
Elementary
Web design core -1
Description
30
Questions
30 sec
Per question
3:52
Average time
3.0
Contest Score
24
Participants
12 comments
Quick Boar
Hi, I think there's an issue with question 26, "What attribute is used to change the color of a cell?" The explanation says "background-color is used to change color of a table cell" but the correct answer in the quiz was "bgcolor". "background-color" was not listed as one of the options. The "bgcolor" attribute is deprecated and not supported in HTML5.
Mellow Squirrel author
Hi. Thanks for your comment. I think the HTML bgcolor attribute is used to set the background color of an HTML element.It is working in HTML5 also, but Bgcolor is one of those attributes that has become deprecated with the implementation of Cascading Style Sheets. If you want to use it with CSS , you are right, you can't. But as an inline style of any tag, included <table> tag you can still use it.
Noble Elk
WHATWG is also making the Web standards
Mellow Squirrel author
Yes. You are right.👍
Adriel Sand
Good Job. I like it! Made me see how little HTML I know! 😂
Mellow Squirrel author
Thanks.😊
Lucky Dolphin
This is a fun quiz, good job..
Mellow Squirrel author
I'm glad to hear it. Thanks.
Cuddly Ibex
12 question
action attribute does not contain the url that is loaded after form submission, it specifies where to send the form-data when a form is submitted.
https://www.w3schools.com/tags/att_form_action.asp
Mellow Squirrel author
Thanks. Yes, Your statement is better. I'll correct it for future.
Cuddly Ibex
9 question needs additional explanation.
What attribute is used to expand a cell for two or more cells?
Expand vertically or horizontally?
In your case there are two correct answers: rowspan and colspan.
https://www.w3schools.com/tags/att_td_rowspan.asp
https://www.w3schools.com/tags/att_td_colspan.asp
Mellow Squirrel author
Thanks. It is better to specify horizontally or vertically. I will correct it 👍.
Take the quiz to leave a comment