0
Please guys am having an issue coding JavaScript on my Pc using Dreamweaver Cs4 . Its bringing out syntax error on line 1.
<html> <Head> <script> document write.("hello world") </script> </head> </html> <!-- i learn from solo learn and practice with DW cs4 -->
5 ответов
+ 3
Additionally, you seem to forget to put a member access operator between 'document' and 'write', it should be
document.write("hello world");
Notice the dot between 'document' and 'write' above.
+ 1
I think the opening "head" tag should start with lowercase letter => "h" instead of "H".
+ 1
Please, show your complete code placed in Code Playground.
0
I already corrected all that
Still yet no correction
Still brings out syntax error
0
I practice my lessons from Solo Learn with Adobe Dreamweaver Cs4. Coz it's easier