answersLogoWhite

0

Word is proprietary software that you have to pay for. As you have paid, then ask Microsoft to help you.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you remove a table from a header in microsoft word 2010?

Doble click in header area then on Design tab click on arrow below Header to expand list and choose Remove Header.


What table tag sets off the table header?

<th> can be used to indicate a table header cell. <thead> is used to define a header area which could consist of one or more rows.


What tag set marks the content of a header cell?

The <th> tag, which stands for table header.


What is the name of the table that contains nested tables in Microsoft 2010?

In Microsoft Word 2010, the table that contains nested tables is simply referred to as a "table." You can insert a table within a cell of another table, creating a nested structure. This allows for complex layouts and organization of information within a document. There isn't a specific name for the outer table; it is just a standard table that can contain other tables as needed.


What is The top row of a table is called?

header row


How do you make a table of contents in Microsoft Word?

It is rather a complex procedure so I suggest that you click on the link bellow (related link) to load a comprehensive tutorial on how to do it. mike


What is a top row of a table is called the?

The top row of a table is called the header row. It typically contains column labels or headings that describe the data in each column below it.


What is the first row of a table in excel?

It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.It is sometimes referred to as the header row.


What row does Word usually not include when it sorts the table?

header row


What is a th?

In the context of web development, the HTML element is used to define a header cell in a table. It typically represents a heading for a row or a column in the table. It stands for "table header".


Explain the following 1.table in Microsoft Word 2. Mail-Merge feature of MS-word 3. Header and footer 4. Bullets and Numbering in Microsoft Word?

A table is like a table in excel or a bunch of boxes inside a main box and they are all evenly spaced out if you want it to be. Mail Merge is if you use Access and it saves the same but personalized for each person message. And Bullets and numbering is bullets and numbering like on a spelling test.


What tag creates a table cell?

You will wrap a table cell contents with the <td> tag, unless it is a header, then you will use <th>.