HTML

5.6_orangepalette.html

Nov 18th, 2016
170
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.48 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 a hex-color table.">
  7. <meta name="keywords" content="color, html, colorwheel, hexadecimal, milwee">
  8. <link rel="shortcut icon" type="image/png" href="img\favicons\orangehex.gif">
  9. <link rel="stylesheet" type="text/css" href="css\5.6_orangepalette.css">
  10. <title>Florida Color Table</title>
  11. </head>
  12. <body>
  13. <center>
  14. <div stlye="width:100%; height:100px;">
  15. <h1>Florida Shades Of Orange Table</h1>
  16. </div>
  17. <br>
  18. <table border="1">
  19. <tr>
  20. <td id="box1" style="background-color:#FF983D;">
  21. <p><a target="blank" href="http://color.hailpixel.com/#FF983D,"><button>"The color on the left"</button></a></p>
  22. </td>
  23. <td id="box2" style="background-color:#FF932E;">
  24. <p><a target="blank" href="http://color.hailpixel.com/#FF932E,"><button>Hey, that looks like the color on the left!</button></a></p>
  25. </td>
  26. <td id="box3" style="background-color:#FF8E14;">
  27. <p><a target="blank" href="http://color.hailpixel.com/#FF8E14,"><button>Orangeish-Yellow</button></a></p>
  28. </td>
  29. <td id="box4" style="background-color:#FA7D00;">
  30. <p><a target="blank" href="http://color.hailpixel.com/#FA7D00,"><button>The Orange Used In The Favicon</button></a></p>
  31. </td>
  32. <td id="box5" style="background-color:#FF700A;">
  33. <p><a target="blank" href="http://color.hailpixel.com/#FF700A,"><button>Fallen Tangerine</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