Pale Blue . digital
Home Sewing Projects Garden Projects Coding Projects Woodworking Projects

Document.write

Writing to the HTML document using javascript.

Adding text

Using document.write to place text on the webpage.

Variables and concatenation

Using document.write with variables and concatenation to place text on the webpage.

Adding images

Using document.write to place images and other types of elements on the page.

Practice assignment

Use the above examples to create a webpage entirely using document.write (not placing anything in the webpage directly using html elements).

Test