Creating and appending Nodes

Hi everyone,

I have been trying to create and append text nodes in my project but there’s something going wrong, any idea what it could be?
I do apologise if the error is silly but I am a beginner.
This is my pen: Link to my Pen

Cheers,

Matt

articleNote.appendChild('noteArticle'); articleNote.appendChild(noteH3); articleNote.appendChild(noteP);

One of these things is not like the others.

Thanks both of you for the replies.
Working great but I’ll study the code you passed me as there are a few things I am not confident about!

Matt

I have just realised I didn’t understand how innerHTML worked, Thanks rmdawson71!

:thumbsup:

Matt