Does anyone know of an HTML IDE that will highlight opening and closing tags when you hover over them or highlight them with your mouse? You know how PHP IDEs will highlight opening and closing function or class braces? I'm looking for something like that for HTML, except it would highlight corresponding opening or closing tags. I've got a problem now where by DIV border isn't extending beyond a nested DIV. Usually, that is a clearing problem, but it doesn't seem to be in this case. Going through DIV by DIV trying to find where and if they close is a major headache and very time consuming, too. Feedback is appreciated.
i use Notepad++, i know it highlights stuff for php, but i'm not sure about html, but it's a really good editor
Netbeans. By far the best IDE paid or free out there. Will highlight HTML as well as normal tags and brackets.