Outlook messages can use the ____.

A. JPEG format
B. HTML format
C. Plain Text format
D. Rich Text Format

Ans:
B. HTML format
C. Plain Text format
D. Rich Text Format

Computer Science & Information Technology

You might also like to view...

Select the proper object type.

a. iostream b. fstream c. ofstream d. ifstream

Computer Science & Information Technology

Which of the following statements contain variables whose values are replaced?

``` a) cin >> b >> c >> d >> e >> f; b) p = i + j + k + 7; c) cout << "variables whose values are replaced"; d) cout << "a = 5"; ```

Computer Science & Information Technology