What is File name extension?
What will be an ideal response?
File name extension: Identifies file type for the web browser.
You might also like to view...
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
Which of the following statements is valid?
A. int i(30); B. int i[4] = {3, 4, 3, 2}; C. int i[] = {3, 4, 3, 2}; D. double d[30]; E. int[] i = {3, 4, 3, 2};
To create a label with the specified text, use __________.
a. new Labelled(); b. new Label(); c. new Labelled(text); d. new Label(text);
The ____________________ contains buttons used to accomplish tasks in the Finder window.
Fill in the blank(s) with the appropriate word(s).