+ 1
Help JavaScript
textEdit.write("text") must create new paragraph with text and show it but why it doesn't? https://code.sololearn.com/W3h326EcyUrF/?ref=app
4 ответов
+ 3
CodeCat_ document.body no need id
+ 2
firstly you need to appendChild
secondly you need window.onload because scripts in JS tab goes to <head> so at that moment there is no <body> yet
https://code.sololearn.com/W6mU02g5RHia/?ref=app
0
Okay, thanks u all