+ 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>
2 Antworten
+ 8
first thing I can see is that the first script tag is not closed
+ 1
ohhh...thnx@kingdox