Javascript has "use strict" to disable the parts that fundamentally cause problems even if you don't use them.
What exactly is in html you want to disable here? There are features that maybe dont make sense but they are largely self-contained. Unlike in js you can simply not use them and its fine.
Javascript has "use strict" to disable the parts that fundamentally cause problems even if you don't use them.
What exactly is in html you want to disable here? There are features that maybe dont make sense but they are largely self-contained. Unlike in js you can simply not use them and its fine.