Beautify
The Beautify command uses rules defined by the
Syntax Editor application
to properly format and indent HTML tags.
This feature can be found on the Search menu.
Use Beautify when looking at poorly indented code.
It greatly increases readability.
The following example illustrates the effects of beautification.
Before Beautification:
Document Title
Page Header
Start your document here.
After Beautification:
Document Title
Page Header
Start your document here.