<p>This is some <strong>sample text</strong>.</p> => <html> <head> <title></title> </head> <body> <p> This is some <strong>sample text</strong>.</p> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta content="wysiwyg,editor,javascript" name="keywords"/> </head> <body> <p> This is some <strong>sample text</strong>.</p> </body> </html> => <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <meta content="wysiwyg,editor,javascript" name="keywords" /> </head> <body> <p> This is some <strong>sample text</strong>.</p> </body> </html>