To mark text as inserted, use the <ins> tag:
<ins>
<ins>New Text</ins>
To mark text as deleted, use the <del> tag:
<del>
<del>Deleted Text</del>
To strike through text, use the <s> tag:
<s>
<s>Struck-through text here</s>