Which of the following is not a method used to create awareness of a blog?

a. Become listed in search engines
b. Change the blog's title and design frequently
c. Leave comments on other blogs
d. Encourage readers to promote the blog


B

Computer Science & Information Technology

You might also like to view...

Webpage documents that use an HTML extension can be imported._________________________

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

Computer Science & Information Technology

In Access, which view allows you to enter or edit records, but not change the layout of the form?

A) Form B) Edit C) Preview D) Design

Computer Science & Information Technology

To open the Create Table dialog box, click on the Table button in the Tables group on the ________ tab

A) INSERT B) DATA C) FORMULAS D) VIEW

Computer Science & Information Technology

What will the following code display?

int numbers[4] = {99, 87}; cout << numbers[3] << endl; a. 87 b. 0 c. 99 d. garbage e. This code will not compile

Computer Science & Information Technology