Untitled
unknown
plain_text
8 months ago
2.1 kB
2
Indexable
Never
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width= , initial-scale=1.0"> <title>Document</title> </head> <body> <h1>BASIC HTML</h1> </p><b>Contents</b></p> <ol Type="1"> <li>Computer</li> <ol Type="a"> <li>Hardware</li> <ol Type="i"> <li>Monitor</li> <li>Tower</li> <li>Speaker</li> <li>Keyboard</li> <li>Mouse</li> </ol> <li>Software</li> <ol Type="i"> <li>Monitor</li> <li>Tower</li> </ol> </ol> <li>Quantum Computing</li> <hr> <p style="text-align:center;">ROUTINE</p> <table border ="1"> <tr> <th>Title 1</th> <th>Title 2</th> <th>Title 3</th> </tr> <tr> <td></td> <td>AI</td> <td></td> </tr> <tr> <td>B2</td> <td>C3</td> <td>X5</td> </tr> </table> <h3>Article Paragraph</h3> <p><b>Quantum Computing</b> is a type of computation whose operations can harness the phenomena of quantum mechanics, such as super position, interfaceand entangelment. Devices that perform quantum computations are known as quantum computers. <sup>[1] [2]</sup> </p> <style> div { background-color: lightgrey; width: 300px; border: 10px solid green; padding: 25px; margin: 10px; } </style> <div>Though Current quantum computers may be too small to outperform usual (classical) computers for practical applications,larger realizations are believed to be capable of solving certain computational problems , such as integer factorization (which undifines RSA encreption), Substainly faster than classical computers.The study of quamtum computing </div> </body> </html>
Leave a Comment