Zend Studio allows you to add HTML tags either manually or from a menu.
To add an HTML tag to a line of code:
Select the location or text on which to place the HTML tag.
From the main menu, select Edit HTML Tags.
The menu of currently defined HTML tags opens.
Select the HTML tag you wish to add to the line of code.
The HTML tag is added to the line of code.
You can add the following HTML tags to selected line or lines of code in the Editing Window:
|
Name |
Tags |
|
Break |
<BR> |
|
Space |
  |
|
Bold |
<B></B> |
|
Italic |
<I></I> |
|
Heading 1 |
<H1></H1> |
|
Heading 2 |
<H2></H2> |
|
Heading 3 |
<H3></H3> |
Tip:
Use the shortcut keys to insert HTML tags rapidly. The default shortcuts are shown to the right of the menu option.
|
|
|
|
|
Related Links: |
|
|
|