Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.06 KB | None | 0 0
  1. <table class="tablesorter responsive-on-mobile"><caption>Sceptile, Grovyle and Treecko stats</caption>
  2. <thead>
  3. <tr>
  4. <th>ID</th>
  5. <th>Sprite</th>
  6. <th>Pokémon</th>
  7. <th>ATK</th>
  8. <th>DEF</th>
  9. <th>HP</th>
  10. <th>MAX CP</th>
  11. </tr>
  12. </thead>
  13. <tbody>
  14. <tr>
  15. <td><span style="color: #808080;">252</span></td>
  16. <td><img title="" src="/sprites/normal/252.png" alt="" width="80" height="80" /></td>
  17. <td>Treecko
  18. [pokemon-type type="grass"]</td>
  19. <td>124</td>
  20. <td>104</td>
  21. <td>80</td>
  22. <td><strong>923</strong></td>
  23. </tr>
  24. <tr>
  25. <td><span style="color: #808080;">253</span></td>
  26. <td><img title="" src="/sprites/normal/253.png" alt="" width="80" height="80" /></td>
  27. <td>Grovyle
  28. [pokemon-type type="grass"]</td>
  29. <td>172</td>
  30. <td>130</td>
  31. <td>100</td>
  32. <td><strong>1508</strong></td>
  33. </tr>
  34. <tr>
  35. <td><span style="color: #808080;">254</span></td>
  36. <td><img title="" src="/sprites/normal/254.png" alt="" width="80" height="80" /></td>
  37. <td>Sceptile
  38. [pokemon-type type="grass"]</td>
  39. <td>223</td>
  40. <td>180</td>
  41. <td>140</td>
  42. <td><strong>2584</strong></td>
  43. </tr>
  44. </tbody>
  45. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement