Why its givin syntax error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why its givin syntax error?

<!DOCTYPE html> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <script type="text/javascript"> <script type="text/javascript" src="http://ajax.googleapis.com /ajax/libs/jquery/1/jquery.min.js"></script> </head> <body> </body> </html>

10th Mar 2017, 3:44 PM
suraj pandey
suraj pandey - avatar
2 Answers
+ 8
first thing I can see is that the first script tag is not closed
10th Mar 2017, 3:59 PM
CHMD
CHMD - avatar
+ 1
ohhh...thnx@kingdox
10th Mar 2017, 5:27 PM
suraj pandey
suraj pandey - avatar