How to find syntax errors in html?

Ryan D

New member
Ok, I am writing some very basic programming, using notepad, and then saving it as an html file.

This is very basic, text-based stuff. Basically, I'm trying to write a program where you input numbers and the program will give you an answer (ex/quadratic formula, trig equations, etc.) This is really basic stuff, so I don't want or need any advances debugger.

I just want a simple debugger that will point out where possible errors are, so I don't have to manually scan every parenthesis or semicolon every time the program won't run.

I am not a programmer by any means, so the simpler, the better. Where is a free program to download?

Thanks!
Thanks for the answers. I'm not trying to be a programmer. I'm just writing some simple programs for kicks.
 
Back
Top