I'm editing an HTML file in NetBeans 7.0. Is there a way to specify that I'm working with HTML5 document so it can do auto-complete and spell check accordingly to HTML5 spec?
For example, when I start typing <br it suggests to complete it with <br> and then close it with </br>. It's a bit annoying.
Thank you.