Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
284
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.             body {
  9.                 background-color:beige
  10.             }
  11.  
  12.             h1{
  13.                 font-family: Geneva;
  14.                 font-style: normal;
  15.                 font-size: 40px;
  16.                 color: maroon;
  17.             }
  18.  
  19.             h2{
  20.                 font-family: Helvetica;
  21.                 font-style: normal;
  22.                 font-size: 30px;
  23.                 color: maroon;
  24.             }
  25.  
  26.             p  {
  27.             font-size: 20px;
  28.             text-align: left
  29.             }
  30.  
  31.             P.blocktext {
  32.                 margin-left: auto;
  33.                 margin-right: auto;
  34.              width: 6em
  35.             }
  36.         </style>
  37.    </head>
  38.    <body>
  39.           <P><img src="  http://iis.slis.wayne.edu/ga3984/images/ryan%20and%20liz.jpg" alt="Ryan Tackabury">
  40.         <h1>Ryan Tackabury's LIS 7420 Website</h1>
  41.         <h2>Contact Information</h2>
  42.             <p>E-mail: Tackabury@gmail.com
  43.         <h2>Why am I taking LIS 7420?</h2>
  44.             <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,
  45.                 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>,
  46.                 and I look forward to learning more about web design with my classmates in my last semester here!
  47.         <h2>LIS7420 Projects</h2>
  48.             <ul>
  49.                 <li>Project 2.1</li>
  50.                 <li>Project 2.2</li>
  51.                 <li>Project 3</li>
  52.                 <li>Project 4</li>
  53.                 <li>Group Project</li>
  54.             </ul>  
  55.  
  56.             <p>&copy;</p>
  57.     </body>
  58.  
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement