I'm new to Javascript and HTML and am trying to do some form validation. When the validation() fails for some input like
<input type="text" name="firstName" />
I'd like to have an error message show next to the field that was in error. How do I find the location of where to put the message? Or do I have some sort of label that's hidden to set when there is an error? Thanks.