HTML Autocomplete
- 
 When I’m using tags I want to know how to get notepad++ to close my tags for me. For example, when I use <h1>BIG PRINT< I would like the < to auto complete to the appropriate </h1> closing tag. How can I do this? Or better, How can I get <h1> to automatically create the closing </h1> tag such as <h1></h1> and then I just type my headline between the two? 
- 
 Settings > Preferences > Auto-Completion > Auto-Insertand selecthtml/xml close tag. As soon as you finish typing a tag (e.g.<h1>) it will insert the closing tag
- 
 Thank you. Appreciate it. <h1>Big time help. </h1>