Answer:
A Syntax error because web browsers and IDEs provide helpful error messages
Explanation:
A Syntax error occurs when an aspect of a code don't completely conform to the syntax of the programming language. They are mistakes in the source code, such as the misspelling of an instruction or failure to declare a label before using it in the program. This can be easily corrected by going back to the code to trace where the error and correcting it.