Case 2
?
Charlie is a content manager for the website at XYZ Community College. Charlie is responsible for creating and maintaining the web pages for the athletic department. He uses Dreamweaver to update the pages at the beginning of the new school year.
To ensure consistency across the website, Charlie will want to use which of the following??

A. ?meta tags
B. head content?
C. ?keywords
D. ?CSSs


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following defines a unique_ptr named uniq that points to a dynamically allocated int?

a. ``` unique_ptr int( new int ); ``` b. ``` unique_ptr int( new uniq ); ``` c. ``` unique_ptr uniq( new int ); ``` d. ``` unique_ptr uniq( new int ); ``` e. None of these

Computer Science & Information Technology

The class JOptionPane allows a programmer to use graphical interface components to obtain input from a user.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What XHTML element DOES NOT display text on the Web page as seen in the Web browser?

A) Graphic image B) Text C) Comment

Computer Science & Information Technology

In block letter format, paragraphs begin at the left margin or may be indented 0.5".

Answer the following statement true (T) or false (F)

Computer Science & Information Technology