0
I don't seem to create the paragraph tag correctly
I am writing a DOM function to create a paragraph with some text. It seems to run but not create the paragraph and related text https://code.sololearn.com/Wnt42qsERD1l/?ref=app
2 ответов
+ 2
Remember to append the paragraph para to the body.
0
Thanks that worked, so a stupid mistake