I need someone to make a 5 questions math quiz with html som
I need someone to make a 5 questions math quiz with html, some javascript, and a css style sheet. Your help would be much appreciated.
Solution
Is it possible to change the color of the bullet?
Ans.The color of the bullet is always the color of the first text of the list. So, if you want to change the color of the bullet, you must change the color of the text
What is the output of 10+20+\"30\" in JavaScript?
Ans.3030 because 10+20 will be 30. If there is numeric value before and after +, it is treated is binary + (arithmetic operator).
What is the real name of JavaScript?
Ans.The original name was Mocha, a name chosen by Marc Andreessen, founder of Netscape.
Can more than one declaration be added in CSS?
Ans.Yes, it can be achieved by using a semicolon.
