Create a code snippet
When working with HTML, if you are constantly entering the same HTML over and over you can create a code snippet that acts as a keyword and when that keyword is entered then so is the HTML code associated with it, making entering the same code a lot easier. To create a code snippet do the following:
1. On the Tools menu, click Page Options, and then click the Code Snippets tab.
2. Click Add.
3. In the Keyword box, type the keyword to associate with the code snippet.
4. In the Description box, type a friendly name for the code snippet.
5. In the Text box, type the content of your code snippet.
6. Click OK.