1:<html>
   2:<head>
   3:<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
   4:<title>Student Directory</title>
   5:</head>
   6:<body>
   7:<h3>Student Directory for example.edu</h3>
   8:    
   9:        
  10:<p>Name: George Washington</p>
  11:        
  12:<p>Major: Politics</p>
  13:        
  14:<p>Phone: 312-123-4567</p>
  15:        
  16:<p>Email: gw@example.edu</p>
  17:    
  18:    
  19:        
  20:<p>Name: Janet Jones</p>
  21:        
  22:<p>Major: Undeclared</p>
  23:        
  24:<p>Phone: 311-122-2233</p>
  25:        
  26:<p>Email: janetj@example.edu</p>
  27:    
  28:    
  29:        
  30:<p>Name: Joe Taylor</p>
  31:        
  32:<p>Major: Engineering</p>
  33:        
  34:<p>Phone: 211-111-2333</p>
  35:        
  36:<p>Email: joe@example.edu</p>
  37:    
  38:
  39:</body>
  40:</html>