A format that enables text-based documents to be opened in a variety of word-processing applications.
What will be an ideal response?
Rich Text Format (RTF)
You might also like to view...
List Box controls have an ____________ method that erases all the items in the Items property.
a. Items.Erase b. Items.Remove c. Items.Clear d. Items.Reset
The Word window title bar contains the name of the document.
Answer the following statement true (T) or false (F)
Active Resource manages the connections between application objects and database tables, mapping local application objects to web resources.
Answer the following statement true (T) or false (F)
To get a reference to the first check box in the form seen in the accompanying figure, use the statement ____.
A. document.getElementById("check box"); B. document.getElementsByName("committees")[1]; C. document.getElementsByName("committees")[0]; D. document.getElementById("program_dev");