weturtle

pagina_completa

Apr 16th, 2019
882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.27 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>La nostra prima pagina web</title>
  4.     </head>
  5.    
  6.     <body>
  7.    
  8.         <header style="margin-top:20; margin-left:10; margin-right:10; border:3px solid black; background-color:red">
  9.             <p align="center">
  10.                 <img src="Logo.png">
  11.                 <font size="7">Questo è il titolo del sito!</font>
  12.                 <img src="Logo.png">
  13.             </p>
  14.         </header>
  15.        
  16.         <nav style="margin-top:10; margin-left:10; margin-bottom:10; width:380; border: 2px dashed black; background-color: yellow">
  17.             <ul>
  18.                 <li><a href="home.html">Home</a>
  19.                 <li><a href="sudinoi.html">Su di noi </a>
  20.                 <li><a href="argomentosucc.html">Argomento successivo</a>
  21.             </ul>
  22.         </nav>
  23.        
  24.         <section style="position:absolute; left:410; top:130; width:68%; border: 2px dotted black; background-color:#FAEBD7">
  25.             <h1 align="center" style="color:gray"> Titolo del nostro contenuto</h1>
  26.                 Esempio di contenuto, che può essere <b>in grassetto</b>, <i>in corsivo</i>, <s>barrato</s>, <u>sottolineato</u>, <mark>evidenziato</mark>, etc.
  27.         </section>
  28.  
  29.         <footer style="margin-top:10; margin-left:10; width:98%; border: 3px solid black; background-color: silver">
  30.             <div align="center">
  31.                 <i>Pagina realizzata da Nome Cognome e Nome Cognome ~ aggiornata il gg/mm/aaaa</i>
  32.             </div>
  33.         </footer>
  34.     </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment