+ 1

syntax error in line one how do I fix it

when I put in the code it says line 1 has a syntax error for the <html> during the basics portion

17th Dec 2016, 7:34 PM
Jayla moore
Jayla moore - avatar
3 Réponses
+ 4
You gotta post your code pal, otherwise we might not be able to help.
17th Dec 2016, 7:36 PM
Alireza M
Alireza M - avatar
+ 1
<html> <head></head> <body> <script> document.write("Hello World!"); </script> </body> </html>
17th Dec 2016, 7:37 PM
Jayla moore
Jayla moore - avatar
+ 1
Add <!DOCTYPE HTML> to beginning of HTML
17th Dec 2016, 9:44 PM
Vladimir Honcharenko
Vladimir Honcharenko - avatar