Advertisement
Guest User

First Website Made

a guest
Oct 9th, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.43 KB | None | 0 0
  1. <!DOCTYPE html
  2.     PUBLIC  "-//W3C//DTD XHTML 1.0 Transmitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.    
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <meta http-equiv="Content Type" content="text/html;charset=utf-8" />
  8. <title>All About Me</title>
  9. <style type="text/css">
  10. <!--
  11. body    {background: #6497b1}
  12.  
  13. h1, h2 {color: #000000}
  14.  
  15. a   {color: black}
  16.  
  17. a:hover {background: #000000;
  18.         color: white}
  19.        
  20. a:link  {text-color: red}
  21.  
  22. p   {font-family: Arial, Verdana, Garamond;
  23.     font-size: 12pt}
  24.    
  25. ul  {font-family: Arial, Verdana, Garamond;
  26.     list-style-type: square}
  27.    
  28. img.align-right {float: right;
  29.                 margin-left: 5px;
  30.                 margin-right: 5px;
  31.                 border-style: double;
  32.                 border-color: green}
  33.                
  34. img.align-left {float: right;
  35.                 margin-left: 5px;
  36.                 margin-right: 5px;
  37.                 border-style: double;
  38.                 border-color: green}
  39. -->
  40. </style>
  41. </head>
  42. <body>
  43. <h1 style="text-align: center">All About this Guy</h1>
  44. <p style="text-align: center"><a href="#About Me">About Me</a> | <a href="#My Future Jobs">My Future Jobs</a> | <a href="#My Hobbies">My Hobbies</a></p>
  45. <p>Kyle LastName | <a href="mailto:insertemail@isp.com?subject=Hello!">insertemail@isp.com</a>.</p>
  46.  
  47. <h1>About Me</h1>
  48. <div>
  49. <img class="align-left" src="images/videogames.jpg" alt="Video Games" style="float:left" width="100" height="100"/>
  50. </div>
  51. <p>Hi, my name is Kyle LastName! I'm currently 18 years old and was born on June 19th, insertyear. Currently living in City, Florida and go to SchoolNameHere. I have no brothers, two sisters, and no pets. One of my sisters who lives in California works for Insert job title. My other sister who lives in Florida works at Job Title here. Some of my interests are playing video games, playing around on video games, talking to friends, watching TV, and listening to music. In school, I'm taking web design and digital design. Honestly, I really like them both as they are both fun, hard, and challenging as a course to learn.</p>
  52. <br/>
  53. <p><a href="#top"><span style="font-size:small">To top</span></a></p>
  54. <h2>My Hobbies</h2>
  55. <ul style="list-style-image: url(images/bullet.png)">
  56. <li><a href="http://en.wikipedia.org/wiki/Video_game" target="_blank">Video Games</a></li>
  57. <li><a href="http://www.music.com/" target="_blank">Listing to music</a></li>
  58. <li><a href="http://www.tvguide.com/" target="_blank">Watching TV</a></li>
  59. </ul>
  60. <p><a href="#top"><span style="font-size:small">To top</span></a></p>
  61.  
  62. <h1>My Future Jobs</h1>
  63. <div>
  64. <img class="align-right" src="images/coding.jpg" alt="Website Coding" style="float:right" width="100" height="100"/>
  65. </div>
  66. <p>A few of the future jobs that I'd like to have when I grow up would be becoming a web designer, digital designer, or having something to do with video games. I know there are some colleges that have majors for those and it will take some time to take the class and learn what I'd like to learn. As a web designer, I'd like to make web sites for business or corporations for their stores or for smaller business. If I do digital design, then I'd like to do the same as web design. Just make advertisements/pictures for their business to gain profit and to help grow their ideas. As for video games, I'd like to either test games in their alpha/beta stages to find the bugs and glitches in them or try to go to school and learn how to design games.</p>
  67.  
  68. <p><a href="#top"><span style="font-size:small">To top</span></a></p>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement