Advertisement
plytalent

table info character version 1.0.2

Aug 16th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.78 KB | None | 0 0
  1. <!doctype html>
  2. <html><!--start of the html web page-->
  3. <title>character info</title> <!-- change title bar -->
  4. <head>
  5. <!--background-->
  6. <!--change url-->
  7. <style>
  8. body {
  9.     background-image: url("https://images.alphacoders.com/676/thumb-1920-676565.png");
  10.      background-repeat: no-repeat;
  11.      background-size: cover;
  12. }
  13. table, th, td {
  14.     border: 1px solid black;
  15.     color: white ;
  16. }
  17. a:link {
  18.     color: green;
  19.     background-color: transparent;
  20.     text-decoration: none;
  21. }
  22.  
  23. a:visited {
  24.     color: gold;
  25.     background-color: transparent;
  26.     text-decoration: none;
  27. }
  28.  
  29. a:hover {
  30.     color: red;
  31.     background-color: transparent;
  32.     text-decoration: underline;
  33. }
  34.  
  35. a:active {
  36.     color: yellow;
  37.     background-color: transparent;
  38.     text-decoration: underline;
  39. }
  40. </style>
  41. <audio autoplay loop>
  42.     <source src="Fate Stay Night opening song 1 (full).mp3" type="audio/mpeg">
  43.   </audio>
  44. </head>
  45. <body>
  46. <table>
  47. <caption><font color ="yellow">character info anime name fate/stay night</font></caption>
  48. <tr>
  49. <th>character image</th>
  50. <th>about character </th>
  51. <th>character Abilities</th>
  52. </tr>
  53. <tr>
  54. <td><img src="saber.png"></td>
  55. <th>nickname:saber<br>name:Altria Pendragon<br>age: ???<br>Gender:Female<br>weapon:Excalibur</th>
  56. <th>The Saber class is considered the "Most Outstanding" due to its excellent ratings in all categories, and Saber doesn't fall short of that reputation. She is left very underpowered for the majority of the Fifth Holy Grail War due to Shirou's extremely bad aptitude and being unable to provide her with mana due to his Magical Paths being obstructed. She is not able to achieve the power she had during life, so she cannot be said to have the abilities of the greatest Servant in that state. She is stronger under Kiritsugu, but her luck is decreased since even Kiritsugu still could not provide sufficient Magical Energy, as a result the status was affected by the Master's way of life. After she forms a proper contract with Rin, she displays her original abilities without being affected by the Master. She can barely keep up with Berserker using all of her strength while weakened, but Shirou believes that not even he would be able to stand against her at full strength. She is also strengthened under Caster, but doesn't display it due to being incapacitated by the Command Spell.
  57.  
  58.     Unlike other Heroic Spirits who can fit under multiple classes, she claims that she is only suited to the Saber class. Mordred, when told that Lancer and Rider are powerful Heroic Spirits without being given their identities, considers the possibility of her having been summoned under those classes. She could possibly have the capacity to qualify for the Caster class, but "magecraft is not the way of the King" and she lacks the patience to actually learn magecraft. If she were to be summoned in western Europe, she would receive a general boost in power similar to other European Heroic Spirits, and she would display a much sharper increase in power in England.</th>
  59. </tr>
  60. </table>
  61. <caption><font color ="yellow">character image anime name fate/stay night</font></caption>
  62. <table>
  63. <tr>
  64. <th>the image</th>
  65. </tr>
  66. <tr>
  67. <td><img src = "saber character1.png"height="125" width="200">
  68. </td>
  69. </tr>
  70. <tr>
  71. <td><img src = "saber character2.png"height="139" width="257"></td>
  72. </tr>
  73. <tr>
  74. <td><img src = "saber character3.png"height="150" width="164"></td>
  75. </tr>
  76. </table>
  77. <font color="red">credits below there</font><br>
  78. <a href="http://typemoon.wikia.com/wiki/Saber_(Fate/stay_night)">typemoon (character info)</a>
  79. <br>
  80. <a href="https://www.google.co.th/search?tbm=isch&q=fate/stay+night+saber&chips=q:fate+stay+night+saber,g_20:character&sa=X&ved=0ahUKEwin0_r0yvHcAhWGNI8KHdOdAgMQ4lYITygB&biw=1366&bih=582&dpr=1#imgrc=_">google (character image)</a>
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement