The process of ensuring that web pages coded with new or advanced techniques still are usable in browsers that do not offer support for the newer features is called:
a. validation
b. valid enhancement
c. progressive enhancement
d. optimization
c. progressive enhancement
You might also like to view...
Which of the following expression results in 45.37?
a. (int)(45.378 * 100) / 100 b. (int)(45.378 * 100) / 100.0 c. (int)(45.378 * 100 / 100) d. (int)(45.378) * 100 / 100.0
Create an applet that will draw a starlike figure composed of a given number of lines. For example, if the number of lines is 8, you would draw a figure like this: Use a text field to get a number from the user. Then draw the star when the user clicks a Draw button. Hint: Draw the star in the paint method, but remember to call super.paint(). You should also call repaint in the actionPerformed method that listens for the button press.
What will be an ideal response?