N341 JQuery

Using JavaScript to produce output to a page

Let's look at three different ways to send output to the page using JavaScript. Use the radio buttons to see how each JavaScript code snippet causes the text to dislplay on the page. Why does each one display differently?

For more detailed explanations, read pages 50, 216, and 218 in the text.

html

css

.textContent   .innerHTML   .write()
JavaScript