+ 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
3 Réponses
+ 4
You gotta post your code pal, otherwise we might not be able to help.
+ 1
<html>
<head></head>
<body>
<script>
document.write("Hello World!");
</script>
</body>
</html>
+ 1
Add <!DOCTYPE HTML> to beginning of HTML