How to do fade-in and fade-out with JavaScript and CSS

I want to make an HTML div tag fade in and fade out. I have some code that fades out, but when I fade in, the opacity of the div stays at 0.1 and doesn't increase. <!DOCTYPE html PUBLIC "-//W...