The figure shown above is the Text Box Properties dialog box.

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

False

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int i=5; switch(i) { case 0: i=15;break; case 1: i=25;break; case 2: i=35;break; case 3: i=40; default: i=0; } cout << i <

Computer Science & Information Technology

Which of the following is not an extension of XML?

(a) SMIL. (b) MathML. (c) SGML. (d) VoiceXML.

Computer Science & Information Technology