Adobe Dreamweaver and WordPress, enable users to create full-featured web pages and complete websites using a(n) ________ interface

A) HTML

B) RTF

C) WYSIWYG

D) XML


C

Computer Science & Information Technology

You might also like to view...

Inheritance indicates a/an ____________ relationship.

a. Is-a b. Has-a c. both A & B d. none of the above

Computer Science & Information Technology

What is the color of the polygon?

Look at the following applet code: 1 import javax.swing.*; 2 import java.awt.*; 3 public class GraphicsTest extends JApplet 4 { 5 public void init() 6 { 7 getContentPane().setBackground(Color.WHITE); 8 } 9 public void paint(Graphics g) 10 { 11 int[] xCoords = {20, 20, 60, 100, 140, 140, 100, 60}; 12 int[] ycoords = {20, 100, 140, 140, 100, 60, 20, 20}; 13 super.paint(g); 14 g.setColor(Color.YELLOW); 15 g.fillPolygon(xCoords, yCoords, 8); 16 g.setColor(color.BLACK); 17 g.setFont(new Font("SansSerif", Font.BOLD, 35)); 18 g.drawString("SLOW", 35, 95); 19 } 20 } A) White B) Yellow C) Black D) None of the above

Computer Science & Information Technology

Tables and ____________ are the main building blocks of a database.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following macro security settings is ONLY to be used by developers?

A) Disable all macros without notification B) Disable all macros with notification C) Trust access to the VBA project object model D) Enable all macros

Computer Science & Information Technology