?
Case-Based Critical Thinking Questions
?
Case 3-1
Alex's woodworking shop is trying to design a web page with Cascading Style Sheets (CSS). Alex would like create the new design based on the latest elements and styles from Hypertext Markup Language (HTML) and CSS. He has created a few sample pages:
home.htm
---describes the business and contact information
Product.htm
---displays a list of product descriptions
Custom.htm
---displays a list of custom products
Alex wants to create styles that apply only to the HTML document in which they are created. Help Alex in selecting an appropriate style to be used for this purpose.?

A. ?External style
B. ?Inline style
C. ?Embedded style
D. ?User-defined style


Answer: C

Computer Science & Information Technology

You might also like to view...

The ________ is an emergency response site maintained by the SANS institute

A) Internet Resource Center (IRC) B) Computer Internet Security Center (CISC) C) Computer Security Resource Center (CSRC) D) Internet Storm Center (ISC)

Computer Science & Information Technology

The pseudocode for a recursive method is shown below. What statement is missing from the area labeled (a)?biplane.taxi (target)  (a)  If  ( [biplane.distance to target]  > 1 meter)     {     biplane.point at target     biplane.move forward 1 meter       (b)       }  (c) 

A. Start B. Do together C. biplane.taxi (target) D. Stop

Computer Science & Information Technology

Which type of license enables you to specify the copyright terms for your works?

a. Intellectual Property b. Creative Commons c. Trademark d. Patent

Computer Science & Information Technology

To do ARP Poisoning, why does the attacker have to send a continuous stream of unrequested ARP replies?

A. All hosts would automatically detect the attacker otherwise. B. All host would crash otherwise. C. All hosts would quickly resolve the true MAC addresses of all other hosts on the network otherwise. D. All hosts would lose network connection otherwise.

Computer Science & Information Technology