btremI used <del> and <ins> in a website's todo list. When I added an item, it was in an <ins> element. When I completed it, I wrapped it in a <del> tag. Both had datetime attributes. If memory serves, I displayed the datetime via css ::after(attr). But I think that's as far as I got.