View difference between Paste ID: Avt7jga3 and 0sp1tvmE
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html>
2
<html>
3
   <head>
4-
   	<meta charset="utf-8"/>
4+
   		<meta charset="utf-8"/>
5-
      <title>Ryan Tackabury Remembers How To Use HTML</title>
5+
      	<title>Ryan Tackabury Remembers How To Use HTML</title>
6
7-
<style>
7+
		<style>
8-
h1{
8+
			body {
9-
	font-family: Geneva; 
9+
				background-color:beige
10-
	font-style: normal; 
10+
			}
11-
	font-size: 40px; 
11+
12-
	color: maroon;
12+
			h1{
13-
}
13+
				font-family: Geneva; 
14-
h2{	
14+
				font-style: normal; 
15-
	font-family: Helvetica; 
15+
				font-size: 40px; 
16-
	font-style: normal; 
16+
				color: maroon;
17-
	font-size: 30px; 
17+
			}
18-
	color: maroon;
18+
19-
}
19+
			h2{	
20-
p{
20+
				font-family: Helvetica; 
21-
	font-size: 20px;
21+
				font-style: normal; 
22-
}
22+
				font-size: 30px; 
23
				color: maroon;
24-
P { 
24+
			}
25-
text-align: left 
25+
26-
}	
26+
			p  {
27
			font-size: 20px;
28-
P.blocktext {
28+
			text-align: left 
29-
    margin-left: auto;
29+
			}
30-
    margin-right: auto;
30+
31-
    width: 6em
31+
			P.blocktext {
32-
}
32+
   		 		margin-left: auto;
33
    			margin-right: auto;
34
  		 	 width: 6em
35-
	
35+
			}
36-
body {
36+
		</style>
37-
background-color:beige
37+
38-
}
38+
39
   		  <P><img src="  http://iis.slis.wayne.edu/ga3984/images/ryan%20and%20liz.jpg" alt="Ryan Tackabury">
40-
-->
40+
41-
</style>
41+
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>