Input xhtml
Password: test
<html> <head> <title>Sample document for test</title> </head> <body> Hello World <b>Hello World</b> <i>Hello World</i> <u>Hello World</u> <p> <b>Hello<i><u>Hello World</u>World</i></b><br /> <strong>strong in bold</strong> </p> <div> Hello <p> Hello World</p> <ul type="disc"> <li>In XHTML 2 any element can now also be the source of a hyperlink, since href and its associated attributes may now appear on any element.</li> <li>Less presentation, more structure: use style sheets for defining presentation.</li> <li>LaTeX is based on the idea that it is better to leave document design to document designers, and to let authors get on with writing documents.</li> </ul> World </div> <table cellspacing="4" cellpadding="4" bgcolor="gray" bordercolor="#FF0000" border="1" width="500" align="center"> <tbody> <tr> <td> <p style="text-align: center"> <img alt="" src="http://cutesoft.net/Uploads/j0262681.jpg" width="160" /> </p> </td> <td> <p style="font-weight: bold; color: green"> When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </p> </td> </tr> <tr> <td valign="middle"> <p> <img alt="" src="http://cutesoft.net/Uploads/PH02366J.jpg" width="160" /> </p> </td> <td> <p align="right" style="font-family: Courier New;font-size: 12px;"> From this we developed a theory about how an optimal team should behave during a contest. <br /> However,a refined strategy is not a must:The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest. </p> </td> </tr> </tbody> </table> <div title="Print Page Break" style="font-size: 1px; page-break-after: always; vertical-align: middle;border-width:2px;border-color:green; height: 2px; margin-top: 20px; background-color: #c0c0c0"> </div> <ol type="A"> <li>In XHTML 2 any element can now also be the source of a hyperlink, since href and its associated attributes may now appear on any element.</li> <li>Less presentation, more structure: use style sheets for defining presentation.</li> <li>LaTeX is based on the idea that it is better to leave document design to document designers, and to let authors get on with writing documents.</li> </ol> some text<br /> <a href="http://www.google.com/">http://www.google.com/</a> <div> <img alt="" src="http://cutesoft.net/Uploads/PH02366J.jpg" width="160" style="float: right" />float property specifies whether a box should float to the left, right, or not at all. </div> <p> <img alt="" src="http://cutesoft.net/Uploads/PH02366J.jpg" width="160" style="float: right" />Bluetooth came onto the wireless scene in May of 1999. Initially developed by Ericsson, it was quickly adopted by such companies as Microsoft, Apple, Motorola, and Toshiba. It has since become a major standard for wireless device connectivity. Using wide-band, low-power radio waves to transmit data over short distances, Bluetooth has been used for wireless keyboards, mice, and other peripherals, cellular phones, PDAs, MP3 players, and some digital cameras. </p> <h3>Head <i>Section</i></h3> <p style="font-size:18;font-weight:bold">Head <i>Section</i></p> H<sub>2</sub>O <span style="font-size:18">H<span style="font-size:10.8">2</span>O </span><br /> E = mc<sup>2</sup> </body> </html>