Starts an HTML document. Convenience method for: doctype("html").push("html") @return this writer.
()
| 963 | * @return this writer. |
| 964 | */ |
| 965 | public HTMLWriter start() |
| 966 | { |
| 967 | return doctype("html").push("html"); |
| 968 | } |
| 969 | |
| 970 | /** |
| 971 | * Starts an HTML document with a different DOCTYPE. |