Inserting HTML Tags

Zend Studio allows you to add HTML tags either manually or from a menu.

 

To add an HTML tag to a line of code:

  1. Select the location or text on which to place the HTML tag.  

  2. From the main menu, select Edit HTML Tags.
    The menu of currently defined HTML tags opens.  

  3. 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

&nbsp

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

Related Links:
Editing

Using Code Completion

@var tag as Class Type Hint

Using Templates

Indenting Code

Commenting Lines Blocks

Usability Shortcuts/Timesavers

Matching Highlighted Elements

Clone View

Open

Code Snippets

Printing