in javascript and html mode emacs cant make good indentation and all i want is make it better by hand but when use tab only use self indentation and not listen what i say :D
what can i do?
now
<html>
<body>
HTTP 404 ERROR !!
</body>
</html>
what i want
<html>
<body>
HTTP 404 ERROR !!
</body>
</html>
only example