weturtle

esempio_header

Apr 16th, 2019
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>La nostra prima pagina web</title>
  4.     </head>
  5.    
  6.     <body>
  7.         <header style="margin-top:20; margin-left:10; margin-right:10; border:3px solid black; background-color:red">
  8.             <p align="center">
  9.                 <img src="Logo.png">
  10.                 <font size="7">Questo รจ il titolo del sito!</font>
  11.                 <img src="Logo.png">
  12.             </p>
  13.         </header>
  14.     </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment