Difference between revisions of "Htmlsandbox"
Jump to navigation
Jump to search
(Created page with "<html> <head> <!-- Meta requirements **Do not change** --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport...") |
(Replaced content with "<html> <head> <title>Hello Wiki</title> </head> <body> <section> <div> <h1>Hello Wiki</h1> <p>Lorem ipsum dolar sit amet</p> </div> </section> </body> </html>") |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | + | <head> | |
− | + | <title>Hello Wiki</title> | |
− | + | </head> | |
− | + | <body> | |
− | + | <section> | |
− | + | <div> | |
− | + | <h1>Hello Wiki</h1> | |
− | + | <p>Lorem ipsum dolar sit amet</p> | |
− | + | </div> | |
− | + | </section> | |
− | + | </body> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 12:22, 18 July 2018
<html> <head> <title>Hello Wiki</title> </head> <body> <section>
Hello Wiki
Lorem ipsum dolar sit amet
</section> </body> </html>