Home | History | Annotate | Download | only in html

Lines Matching refs:writeln

78 Replaces the current document checks that writeln adds a new line.
108 doc.writeln("<html>");
113 doc.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>");
116 doc.writeln("<body>");
117 doc.writeln("<title>Replacement</title>");
118 doc.writeln("</body>");
120 doc.writeln("Hello, World.");
121 doc.writeln("Hello, World.");
122 doc.writeln("</pre>");
126 doc.writeln("</pre>");
127 doc.writeln("</body>");
128 doc.writeln("</html>");