I am creating a PHP page for a class, but after FTP-ing it up to the server, it won't work. I cannot figure out why.
<html>
<head>
<title>Student Questionnaire</title>
<style type="text/css">
h1 {text-align:center; font-family:Verdana }
p {font-size:24px }
</style>
</head>
<body...