) In the Text Property inspector, open the
Format drop-down list (see Figure 8-2) and choose one of the six headings.
TIP TIP
252
Designing and Crafting Core Pages Part II
You can also use keyboard shortcuts for assigning headings. Headings 1 through 6 correspond
to Ctrl+1 through Ctrl+6 (Command+1 through Command+6). The Paragraph option is rendered
with Ctrl+Shift+P (Command+Shift+P); remove all formatting with Ctrl+0 (Command+0).
FIGURE 8-2
You can convert any paragraph or line into a heading through the Format options in the Text Property inspector.
Headings are often used in a hierarchical fashion, largest to smallest??”but you don??™t have to do it that way.
You can have an
line followed by an paragraph, if that??™s what your design needs.
Be careful when using the smallest headings, to ; they are likely to be difficult to
read on any resolution higher than 800 x 600.
Working with Paragraphs
Usually the bulk of text on any Web page is composed of paragraphs. Paragraphs in HTML are denoted by
the
and
pair of tags. When your Web page is processed, the browser formats everything between
those two tags as one paragraph and renders it to fit the user??™s screen, word wrapping as needed at the margins.
Any additional line breaks and unnecessary whitespace (beyond one space between words and
between sentences) in the HTML code are ignored.
Pages:
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531