?
Case-Based Critical Thinking Questions
Case 6.1
Andy designed a web page for a product-oriented industry using CSS properties. He used several HTML tags to create the web page. He also used tables to ensure that the data is easily managed.
Andy has created a table for product details where the names of the products and prices of the products are the headers of the table. Which of the following style rules should he add to place a border of 10-pixels around the table with a white background?
A. ?table.product {background: white; border: 10px; width: 100%;}
B. ?table.product {border: 10px, white; width: 100%;}
C. ?table.product {background: white, 10px; width: 100%;}
D. ?table.product {border: white; width: 100%;}
Answer: A
You might also like to view...
Answer the following statements true (T) or false (F)
1) When executing a function call, the program assigns the values of the arguments to the formal parameters based on their order. 2) An actual argument of type int cannot be passed to a corresponding formal parameter of type double. 3) A call to a void function cannot be used as the right operand of an assignment operator. 4) The body of a void function must include a return statement. 5) The return statement of a function can return multiple values to the calling statement.
All of the following are methods of the Scanner class except:
a. nextFloat() b. next() c. useDelimiter() d. readLine()
The information necessary for personalizing web pages for individual customers _________.
A. ?has to be gleaned from users' emails B. ?is usually obtained by surveys C. is obtained from school yearbooks D. is primarily gathered by analyzing users' past transactions on the website
Which of the following statements best describes the correlation log analysis technique?
A. Comparing log data to known bad activity B. Comparing log data to known good activity C. Identifying activity over time that in isolation might appear normal D. Tying individual entries together based on related information