Advertisement
csfeijo

Exercicio DOM 2

Oct 22nd, 2021
1,130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.   <meta charset="UTF-8">
  6.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.   <title>Exercicio 2</title>
  9. </head>
  10.  
  11. <body>
  12.   <h1></h1>
  13.   <h2></h2>
  14.  
  15.   <p id="apresentacao"></p>
  16.   <p class="texto"></p>
  17.  
  18.  
  19.   <script src="js/dom-2.js"></script>
  20. </body>
  21.  
  22. </html>
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement