Code
Code
DOCTYPE html>
<html>
<style> body {
margin: 0;
padding: 0;
background-color:white; }
#header {
background-color: white;
color: black;
text-align: center;
padding: 20px; }
#header h1 {
margin: 0;
font-size: 46px; }
#logo {
float: left;
margin-right: 20px; }
#nav {
background-color: #d4cece;
border-width: 1px 0;
list-style: none;
margin: 0;
padding: 0;
text-align: center; }
#nav li {
display: inline-block; }
#nav a {
display: block;
padding: 10px;
text-decoration: dotted;
color: #000000; }
#nav a:hover {
background-color: #970909;
#content {
margin: 20px;
padding: 20px;
#content h2 {
margin-top: 0;
font-size: 40px; }
#content p {
margin-bottom: 20px;
font-size: 25px;
line-height: 1.5; }
#other p {
margin-bottom: 20px;
font-size: 20px;
line-height: 1.5; }
#no form {
margin-bottom: 20px;
font-size: 15px;
line-height: 1.5; }
#footer {
background-color: #697785;
text-align: center;
padding: 10px;
font-size: 12px; }
#footer a {
color: white;}
#footer a:hover {
text-decoration: underline; }
<div id="header">
<ul id="nav">
<li><a href="academics.html">Academics</a></li>
<div id="content">
<h2>About MIT</h2>
<p> The MIT community is driven by a shared purpose: to make a better world through education, research, and innovation. We are fun and quirky, elite but not elitist,
inventive and artistic, obsessed with numbers, and welcoming to talented people regardless of where they come from.</p>
<div id="other">
<p>Founded to accelerate the nation’s industrial revolution, MIT is profoundly American. With ingenuity and drive, our graduates have invented fundamental
technologies, launched new industries, and created millions of American jobs. At the same time, and without the slightest sense of contradiction, MIT is profoundly global. Our
community gains tremendous strength as a magnet for talent from around the world. Through teaching, research, and innovation, MIT’s exceptional community pursues its
<div id="no">
<form>
<script>
function valid() {
</script>
</form>
NEXT FILE
<!DOCTYPE html>
<div id="header">
<ul id="nav">
<li><a href="academics.html">Academics</a></li>
<div id="content">
<h2>Admissions</h2>
<p>Intensely curious and driven to explore, the people of MIT value rigorous analytical thinking, ingenuity, hands-on problem solving, and big new ideas. Stimulating,
supportive, and playful, the MIT community becomes, for many students, a second home.</p>
<div id="other">
<p> In our undergraduate, graduate, and professional admissions, we seek applicants whose strengths, interests, and values are a good match for MIT. Because the Institute
is built on the idea that talent and good ideas can come from anywhere, we are a remarkably diverse community, drawing students from all 50 states and from 118 countries.
Many are members of the first generation in their family to have the opportunity for higher education. </p>
</div>
NEXT FILE
<!DOCTYPE html>
<div id="header">
<ul id="nav">
<li><a href="academics.html">Academics</a></li>
<div id="content">
<h2>Academic</h2>
<p>The undergraduate programs at MIT are designed to help students develop the knowledge and capabilities needed to meet the challenges of modern society. An MIT
education joins the power of a specific discipline to a concern for social values and goals. In addition to developing expertise in a given field, undergraduates are encouraged
to take advantage of the opportunities for broad learning at MIT and to become creative, intellectual leaders and problem solvers whose passion for learning is lifelong.</p>
<div id="other">
<P> MIT students base their studies on a core of subjects in science, mathematics, and the humanities, arts, and social sciences (the General Institute Requirements [GIRs]).
They major in the physical or biological sciences, in management science, in architecture or urban studies and planning, in an area of the humanities, arts, and social
sciences, or in one of the engineering fields. In the first year, many students take subjects from a variety of options in mathematics, physics, chemistry, biology, and
humanities, arts, and social sciences. During the second year, students generally continue their studies with subjects meeting various Institute requirements and beginning
subjects in departmental programs. In the third and fourth years, students focus on the departmental programs.</P>
</div>
<div id="no">
</body>
</html>