Advertisement
The_Tnetennba

Tnetennbas first page

Oct 2nd, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <h1>This is my first webpage</h1>
  2. <h2>Where I give you facts on monkeys, and hippos.</h2>
  3.  
  4. <p>Hello,<em>this is my first webpage</em>, <strong>hope it goes well</strong>. Not sure what to type, what about some facts about <q>monkeys</q> (<q>Now I get it, q for quotation marks</q>), from <button>Wikipiedia</button>: A monkey is a primate of the Haplorrhini suborder and simian infraorder, either an Old World monkey or a New World monkey, but excluding apes. There are about 260 known living species of monkey. Many are arboreal, although there are species that live primarily on the ground, such as baboons. Monkeys are generally considered to be intelligent. Unlike apes, monkeys usually have tails. Tailless monkeys may be called "apes", incorrectly according to modern usage; thus the tailless Barbary macaque is called the "Barbary ape".</p>
  5.  
  6. <p><em>Hope you enjoyed that</em>, now some facts about <strong>hippos</strong>: The <q>hippopotamus</q> (<button>Hippopotamus amphibius</button>), or hippo, from the ancient Greek for "river horse", is a large, mostly herbivorous mammal in sub-Saharan Africa, and one of only two extant species in the family Hippopotamidae (the other is the pygmy hippopotamus). After the elephant and rhinoceros, the hippopotamus is the third largest land mammal and the heaviest extant artiodactyl.</p>
  7.  
  8.  
  9. <ul>
  10. <li>Hello this is a list</li>
  11. <li>Another part of the list</li>
  12. <li>Wow it is still going</li>
  13. </ul>
  14.  
  15. <ol>
  16. <li>First item</li>
  17. <li>Second item</li>
  18. <li>Third item</li>
  19. </ol>
  20.  
  21. <table>
  22. <tr>
  23. <th>Question</th>
  24. <th>Answer</th>
  25. <th>Correct?</th>
  26. </tr>
  27. <tr>
  28. <td>What is the meaning of life?</td>
  29. <td>Ummmm..</td>
  30. <td>Yes</td>
  31. </tr>
  32. <tr>
  33. <td>Who are you?</td>
  34. <td>Myself</td>
  35. <td>Yes</td>
  36. </tr>
  37. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement