Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--PRIMA HTML-->
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="utf-8" />
- <link href="Css.css" rel="stylesheet" />
- <title>Sistema Solare</title>
- </head>
- <body>
- <h1 class="Titolo">Sistema Solare
- <button class="impo">
- _____ <br />
- _____ <br />
- _____ <br />
- </button>
- </h1>
- <div class="Container">
- </div>
- </body>
- </html>
- <!--SECONDO HTML-->
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="utf-8" />
- <link href="Css.css" rel="stylesheet" />
- <title>Sistema Solare</title>
- </head>
- <body>
- <h1 class="Titolo">
- Sistema Solare
- <button name= "impo" class="impo">
- _____ <br />
- _____ <br />
- _____ <br />
- </button>
- </h1>
- <div class="Container">
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment