Advertisement
Jvsierra

Untitled

Aug 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>
  6. Respostas do questionário sobre HTML e CSS
  7. </title>
  8. <link rel="stylesheet" href="estilo.css" type="text/css" />
  9. <style type="text/css">
  10. .cabecalho
  11. {
  12. font-size:40px;
  13. text-align:center;
  14. color:gray;
  15.  
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <h1 class="cabecalho">Questionário sobre CSS (Folhas de Estilo em Cascata)</h1>
  21. <h3 style="color:red; text-align:center;">João Victor Pulheis Sierra - R.A.:261810049</h3>
  22. <hr/>
  23.  
  24. <h2>1. O que significa <em>CSS</em>?</h2>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement