Advertisement
Guest User

xioco 3049281204

a guest
Mar 5th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>tecnol web</title>
  4.     <style>
  5.         p {
  6.             font-size: x-large;
  7.         }
  8.  
  9.         .cor {
  10.             color: blue;
  11.         }
  12.     </style>
  13.  
  14.     <!-- Latest compiled and minified CSS -->
  15.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
  16.  
  17.    
  18.  
  19. </head>
  20. <body>
  21.     <p class="cor">boa noite</p>
  22.  
  23.     <h1>Título da página</h1>
  24.     <h2>sub-título</h2>
  25.     <h6>texto sub do sub</h6>
  26.  
  27.     <br />
  28.     Tecnologia<br />
  29.     WEB
  30.  
  31.     <form>
  32.         <input id="nome" type="text" />
  33.         <button class="btn btn-primary" onclick="alert('bonne nuit');">Click Aqui</button>
  34.     </form>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement