say I have a <p>
tag like this
<p>some content</p>
Is there a way to add more to this, and make it for example
<p>some content on the site</p>
Just to clarify I don't want to replace it. I know about both the innerHTML
method and .update()
but these replace the text not add to it.