aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/lec/Lec5Ex1.html
blob: 18f98ec281d0e326b9490a39d19ff4d5a6653fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>


<!-- External style sheets. -->
<html>
   <head>
      <meta charset = "utf-8">
      <title>Box Model Example</title>

      <!-- this begins the style sheet section -->
      <link rel="stylesheet" type="text/css" href="mystyle8.css">
      
   </head>
   <body> 
			<section>
				<h1>The University of Minnesota</h1>
				<p>Educating the Leaders of Tomorrow for over 100 years.
					There is always something happening at the U!</p>
			</section>
		
   </body>
</html>