Answer the following statement(s) true (T) or false (F)
1. You can modify both HTML and CSS properties in the Page Properties dialog box.
2. A simple error in syntax when writing HTML can keep elements on your page from appearing correctly.
3. The head element of a web page contains content that is displayed to the user at the top of the page.
4. Web pages designed using tables will load faster than those using CSS layout and external style sheets.
1. True
2. True
3. False
4. False
You might also like to view...
Which statement prints the floating-point value 123.456 right justified with a field width of 10?
a. System.out.printf("%d10.3", 123.456); b. System.out.printf("%10.3d", 123.456); c. System.out.printf("%f10.3", 123.456); d. System.out.printf("%10.3f", 123.456);
Having many _________ values in your database wastes space and causes problems working out totals.
a. binary b. atomic c. null d. string
A delimiter can be a paragraph mark, a tab, a comma, or another character
Indicate whether the statement is true or false
Symbols created within a document are saved with that document.
Answer the following statement true (T) or false (F)