Sometimes I find it useful to be able to suppress certain markup validation warnings within files that contain HTML (ASPX, etc.).
Is there an equivalent of #pragma warning disable\restore
for HTML?
Sometimes I find it useful to be able to suppress certain markup validation warnings within files that contain HTML (ASPX, etc.).
Is there an equivalent of #pragma warning disable\restore
for HTML?