HTML Form Is Not Working With Javascript
Blockquote Hi i have this problem: My HTML page is working fine without form, but when i put the form, than i can't select on the 1/2 finle and in finle. See my code. How can i s
Solution 1:
you can try and change the html tags. it should look like this:
<html>
<head>`
#Here goes the Head section(title,links, meta tags and all that stuff)
</head>
<body>
#Here goes the body section
</body>
</html>
Hope it was helpfull... if you have more questions just ask and the stack community will be glad to help you out
Post a Comment for "HTML Form Is Not Working With Javascript"