Guest User

Untitled

a guest
Sep 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <link rel="stylesheet" href="./index.css">
  6. <title>CSS</title>
  7. </head>
  8.  
  9. <body>
  10.  
  11. <h2 id="content-header">Content</h2>
  12.  
  13.  
  14. <div id="main-content">
  15.  
  16. <P>Hello fellow <strong>programmers</strong></P>
  17. <P class="test">Do your best, be a programmer</P>
  18.  
  19.  
  20. <div id="sub-content">
  21. <p>More Content</p>
  22. </div>
  23.  
  24. </div>
  25.  
  26.  
  27. <div class="all-articles">
  28. <h2>HELLO 1</h2>
  29. <P>first p tag</P>
  30. <P>p tag</P>
  31. <P>p tag</P>
  32.  
  33. <h2>HELLO 2</h2>
  34. <P>second p tag</P>
  35. <P>p tag</P>
  36. <P>p tag</P>
  37.  
  38. </div>
  39.  
  40. </body>
  41.  
  42. </html>
Add Comment
Please, Sign In to add comment