Learn how to load HTML document from a file, stream, URL, or create HTML from scratch. Consider approaches to load HTML documents....Create a text node and add it to the document 8 Text text = document...document. Body . AppendChild (text); 10 11 // Save the document...