The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Headers and paragraph tags in html5 with very simple css BY ermia
By Guest on 9th April 2026 11:44:06 AM | Syntax: HTML5


New paste | Download | Show/Hide line no. | Copy text to clipboard
  1. <!DOCTYPE html>
  2.     <http://december.com/html/4/element/meta.html">meta charset="UTF-8">
  3.     <http://december.com/html/4/element/meta.html">meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.         body{
  5.             background-color: rgb(0, 0, 0);
  6.         }
  7. <http://december.com/html/4/element/h1.html">h1 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(89, 255, 0); text-align: center;">in the name of god</http://december.com/html/4/element/h1.html">h1>
  8. <http://december.com/html/4/element/h1.html">h1 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">Header 1</http://december.com/html/4/element/h1.html">h1>
  9. <http://december.com/html/4/element/h2.html">h2 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">Header 2</http://december.com/html/4/element/h2.html">h2>
  10. <http://december.com/html/4/element/h3.html">h3 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">Header 3</http://december.com/html/4/element/h3.html">h3>
  11. <http://december.com/html/4/element/h4.html">h4 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">Header 4</http://december.com/html/4/element/h4.html">h4>
  12. <http://december.com/html/4/element/p.html">p style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">paragraph</http://december.com/html/4/element/p.html">p>
  13. <http://december.com/html/4/element/h5.html">h5 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">Header 5</http://december.com/html/4/element/h5.html">h5>
  14. <http://december.com/html/4/element/h6.html">h6 style = "font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color:rgb(245, 245, 245); text-align: center;">Header 6</http://december.com/html/4/element/h6.html">h6>