document.write() directly outputs text to the current web page's document stream. It's a simple way to write content, though modern practices favor DOM manipulation methods. Opening new windows involves window.open(), holding page titles uses document.title, and browser history navigation uses history.back() or history.forward().