Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.    <head>
  4.     <meta charset="utf-8"/>
  5.       <title>Ryan Tackabury Remembers How To Use HTML</title>
  6.  
  7. <style>
  8. h1{
  9.     font-family: Geneva;
  10.     font-style: normal;
  11.     font-size: 40px;
  12.     color: maroon;
  13. }
  14. h2{
  15.     font-family: Helvetica;
  16.     font-style: normal;
  17.     font-size: 30px;
  18.     color: maroon;
  19. }
  20. p{
  21.     font-size: 20px;
  22. }
  23.  
  24. P {
  25. text-align: left
  26. }  
  27.  
  28. P.blocktext {
  29.     margin-left: auto;
  30.     margin-right: auto;
  31.     width: 6em
  32. }
  33.  
  34.  
  35.    
  36. body {
  37. background-color:beige
  38. }
  39.  
  40. -->
  41. </style>
  42.    </head>
  43.    <body>
  44.           <P><img src="  http://iis.slis.wayne.edu/ga3984/images/ryan%20and%20liz.jpg" alt="Ryan Tackabury">
  45.         <h1>Ryan Tackabury's LIS 7420 Website</h1>
  46.         <h2>Contact Information</h2>
  47.             <p>E-mail: Tackabury@gmail.com
  48.         <h2>Why am I taking LIS 7420?</h2>
  49.             <p>I have always been interested in learning how to design webpages. I feel that this class is an opportunity for me to gain further knowledge on this subject,
  50.                 while also learning a skill to utilize in my future career in library and information science. I feel that I have learned a lot already at <a href="https://wayne.edu/">Wayne State University</a>,
  51.                 and I look forward to learning more about web design with my classmates in my last semester here!
  52.         <h2>LIS7420 Projects</h2>
  53.             <ul>
  54.                 <li>Project 2.1</li>
  55.                 <li>Project 2.2</li>
  56.                 <li>Project 3</li>
  57.                 <li>Project 4</li>
  58.                 <li>Group Project</li>
  59.             </ul>  
  60.  
  61.             <p>&copy;</p>
  62.     </body>
  63.  
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement