Which of the following is the best option to insert page numbers into your document?
A) Insert a text box at the bottom of page from the Insert tab.
B) At the end of each page, type in the page number.
C) Select Header & Footer group from the Insert tab.
D) Insert page borders from the Page Layout tab.
C
You might also like to view...
Which of the following expressions creates a JLabel that displays the text "Here is what I look like!" The JLabel should display Icon object face, and the JLabel’s contents should be left aligned.
a. new JLabel("Here is what I look like!", face, SwingConstants.LEFT) b. new JLabel("Here is what I look like!", face, SwingJustification.LEFT) c. new JLabel("Here is what I look like!", SwingConstants.LEFT, face) d. new JLabel("Here is what I look like!", SwingJustification.LEFT, face)
An HTML table is comprised of ____ and ______.
a. lines and text b. headers and body c. rows and columns d. none of the above
When a computer is booted, the ________ checks the computer's components
Fill in the blank(s) with correct word
A scroll bar contains a scroller that enable you to view areas that currently cannot be seen.
Answer the following statement true (T) or false (F)