Question: In HTML 5.0, which of the following is NOT a valid value for the type attribute when used with the <command> tag shown below?
<command type=”?”>Click Me!</command>
Question: Which of the following would give a yellow background to the web page?
Note: The code used in the “correct” answer below was deprecated in HTML 4.01! Use styles instead for new code.
Question: Consider the above code. What will be the impact upon the contents of the element if both the style sheets define the same class?
This question is based upon the figure shown below:
A
The contents of the element will be of red color and will inherit all the effects of style.css.
B
The contents of the element will be of blue color and will inherit all the effects of style1.css.
C
The contents of the element will be of white color and will inherit all the effects of style.css and style1.css.
D
None of the style effects will be applied to the contents of the element.