Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>La nostra prima pagina web</title>
- </head>
- <body>
- <header style="margin-top:20; margin-left:10; margin-right:10; border:3px solid black; background-color:red">
- <p align="center">
- <img src="Logo.png">
- <font size="7">Questo è il titolo del sito!</font>
- <img src="Logo.png">
- </p>
- </header>
- <nav style="margin-top:10; margin-left:10; margin-bottom:10; width:380; border: 2px dashed black; background-color: yellow">
- <ul>
- <li><a href="home.html">Home</a>
- <li><a href="sudinoi.html">Su di noi </a>
- <li><a href="argomentosucc.html">Argomento successivo</a>
- </ul>
- </nav>
- <section style="position:absolute; left:410; top:130; width:68%; border: 2px dotted black; background-color:#FAEBD7">
- <h1 align="center" style="color:gray"> Titolo del nostro contenuto</h1>
- Esempio di contenuto, che può essere <b>in grassetto</b>, <i>in corsivo</i>, <s>barrato</s>, <u>sottolineato</u>, <mark>evidenziato</mark>, etc.
- </section>
- <footer style="margin-top:10; margin-left:10; width:98%; border: 3px solid black; background-color: silver">
- <div align="center">
- <i>Pagina realizzata da Nome Cognome e Nome Cognome ~ aggiornata il gg/mm/aaaa</i>
- </div>
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment