Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>NVIDIA Graphics</title>
  4. </head>
  5. <body>
  6. <center>
  7. <b><h1 style="font-size: 48px">NVIDIA Graphics</h1></b>
  8. <i><h2>Founded 1993</h2></i>
  9. <b><a href="https://www.nvidia.com/en-gb/">NVIDIA Official Site</a></b>
  10.  
  11. <br>
  12.  
  13. <a href="#learn">Learn about NVIDIA graphics cards</a>
  14.  
  15. <hr>
  16.  
  17. <b><a href="index.html">HOME</a></b>
  18. </center>
  19.  
  20. <br>
  21.  
  22. <center>
  23. <a href="gtx1080.html"><img src="img1.jpg" width=400px height=300px/></a>
  24. <a href="gtx1080.html"><h3>NVIDIA GTX 1080</h3></a>
  25. <a href="rtx2080.html"><img src="img2.jpg" width=400px height=300px/></a>
  26. <a href="rtx2080.html"><h3>NVIDIA RTX 2080</h3></a>
  27. <a href="rtx2070.html"><img src="img3.jpg" width=400px height=300px/></a>
  28. <a href="rtx2070.html"><h3>NVIDIA RTX 2070</h3></a>
  29. <a href="rtx2060.html"><img src="img4.jpg" width=400px height=300px/></a>
  30. <a href="rtx2060.html"><h3>NVIDIA RTX 2060</h3></a>
  31. </center>
  32.  
  33. <center>
  34. <h2>Card Specifications</h2>
  35.  
  36. <a name="learn"><table border="1">
  37. <tr>
  38. <td>Product</td>
  39. <td>Memory Speed</td>
  40. <td>Frame Buffer</td>
  41. <td>Price</td>
  42. </tr>
  43. <tr>
  44. <td>NVIDIA GTX 1080</td>
  45. <td>10 Gbps</td>
  46. <td>8 GB</td>
  47. <td>$499</td>
  48. </tr>
  49. <tr>
  50. <td>NVIDIA RTX 2080</td>
  51. <td>14 Gbps</td>
  52. <td>10 GB</td>
  53. <td>$799</td>
  54. </tr>
  55. <tr>
  56. <td>NVIDIA RTX 2070</td>
  57. <td>14 Gbps</td>
  58. <td>8 GB</td>
  59. <td>$599</td>
  60. </tr>
  61. <tr>
  62. <td>NVIDIA RTX 2060</td>
  63. <td>14 Gbps</td>
  64. <td>6 GB</td>
  65. <td>$299</td>
  66. </tr>
  67. </table></a>
  68. </center>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement