Documentation Archive Developer
Search
Table of Contents Previous Section

Entering Static Text

The simplest way to add text to a page is to type it directly into the component's window. To demonstrate this, add a title for the GuestBook's page.

  1. Type My Guest Book and press Enter.

    The text is displayed at the insertion point, in this case at the beginning of the page.

  2. Select the text you just typed.

  3. Click the button in the toolbar. This converts the text to a heading element and displays it in bold.

  4. From the pop-up list in the toolbar, choose center justification.

    The toolbar also has buttons that allow you to apply text styles such as bold, underline, and italics.

HTML provides several levels of headings. Typically, a document's main title should be displayed as an <H1> heading. To change the level, you use the Inspector window. You'll use this window frequently throughout these tutorials.

Table of Contents Next Section