HTML

5.6_rgbtable.html

Nov 18th, 2016
184
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="A small demonstration of an rgb color table.">
  7. <meta name="keywords" content="color, html, colorwheel, rgb, milwee">
  8. <link rel="shortcut icon" type="image/png" href="img\favicons\redhex.png">
  9. <link rel="stylesheet" type="text/css" href="css\5.6_hextable.css">
  10. <title>Red RGB Color Table</title>
  11. </head>
  12. <body>
  13. <center>
  14. <div stlye="width:100%; height:100px;">
  15. <h1>Red RGB Color Table</h1>
  16. </div>
  17. <br>
  18. <table border="1">
  19. <tr>
  20. <td id="box1" style="background-color:rgb(255,0,0);">
  21. <p><a target="blank" href="http://color.hailpixel.com/#FF0000,"><button>rgb(255,0,0)</button></a></p>
  22. </td>
  23. <td id="box2" style="background-color:rgb(200,0,0);">
  24. <p><a target="blank" href="http://color.hailpixel.com/#C80000,"><button>rgb(200,0,0)</button></a></p>
  25. </td>
  26. <td id="box3" style="background-color:rgb(150,0,0);">
  27. <p><a target="blank" href="http://color.hailpixel.com/#960000,"><button>rgb(150,0,0)</button></a></p>
  28. </td>
  29. <td id="box4" style="background-color:rgb(100,0,0);">
  30. <p><a target="blank" href="http://color.hailpixel.com/#640000,"><button>rgb(100,0,0)</button></a></p>
  31. </td>
  32. <td id="box5" style="background-color:rgb(50,0,0);">
  33. <p><a target="blank" href="http://color.hailpixel.com/#320000,"><button>rgb(50,0,0)</button></a></p>
  34. </td>
  35. </tr>
  36. </table>
  37. </center>
  38. </body>
  39. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment