Facebook
From Sloppy Agouti, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 104
  1. <HTML>
  2.         <head><title> sample1</title>
  3.         <style>
  4.                 h2 {
  5.                         background-color: pink;
  6.                         font-size:50px;
  7.                         }
  8.                 h3 {
  9.                         background-color: blue;
  10.                         font-size:60px;
  11.                         border: solid yellow 10px;
  12.                         }
  13.         </style>
  14.         </HEAD>
  15.                 <h1 style = "background-color: pink; text-align:center; font-size:50px;"> heading 1 </h1>
  16.                 <h2> heading 2 </h2>
  17.                 <h3> heading 3 </h3>
  18.         <p style="background-color: green; color: white; border: solid red 5px;"> this simple html program </p>
  19.         <BODY>
  20.         </body>
  21. </HTML>
  22.  
  23.