Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Mirror Fashion</title>
  5.         <meta charset="utf-8">
  6.     </head>
  7.     <body>
  8.         <h1>Mirror Fashion</h1>
  9.        
  10.         <h2>Bem vindo รก MirrorFashion,, sua loja de roupas e assessorios!</h2>
  11.        
  12.         <p>oi aibdusajsdan</p><!-- paragrafo-->
  13.         <p>sdahbusayik</p>
  14.  
  15.         <strong>FORTE</strong><!-- negrito-->
  16.         <b>FORTE</b><!-- negrito-->
  17.        
  18.         <em>ahbahsdbash</em><!-- italico-->
  19.         <i>ahbahsdbashs</i><!-- italico-->
  20.  
  21.        
  22.  
  23.         <ul>
  24.             <li>Confira nossas promocoes</li>
  25.             <li>Receba informacoes sobre os nossos lancamentos por e-mail</li>
  26.             <li>Navegue por todos os nosso produtos em catalogo</li>
  27.             <li>compre sem sair de casa</li>   
  28.         </ul>
  29.    
  30.     </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement