If you want to add whitespace that will appear in the browser window, such as line breaks and paragraph tags, you can either use Design view or add the tags themselves in ____ view.
A. Print
B. HTML
C. Pre-design
D. Code
Answer: D
Computer Science & Information Technology
You might also like to view...
In Excel, when creating subtotals, you should create the subtotals before you sort the data
Indicate whether the statement is true or false
Computer Science & Information Technology
Assume double[][][] x = new double[4][5][6], what are x.length, x[2].length, and x[0][0].length?
a. 4, 5, and 6 b. 6, 5, and 4 c. 5, 5, and 5 d. 4, 5, and 4
Computer Science & Information Technology