Saving a(n)____________________ as an HTML page allows it to be reopened in Expression Web so that you can access the information as you work on the site.
Fill in the blank(s) with the appropriate word(s).
report
Computer Science & Information Technology
You might also like to view...
Optional arguments in a function are enclosed in a pair of ________
A) quotes " " B) braces { } C) parentheses ( ) D) brackets [ ]
Computer Science & Information Technology
Suppose List list = new ArrayList(). Which of the following operations are correct?
a. list.add("Red"); b. list.add(new Integer(100)); c. list.add(new java.util.Date()); d. list.add(new ArrayList());
Computer Science & Information Technology