HTML Codes For Uniersities and Colleges
HTML Codes For Uniersities and Colleges
<!DOCTYPE html>
<html><head>
<style type="text/css">
body{background-color:#e8e8e8; color:#000000;}
header {background-color:#E80C30;}
p {font-family:Arial; line-height:200%;}
ul {float:left;}
</style>
</head>
<body>
<div>
<h2>At a Glance</h2>
or university no bigger than 300x300. Right click on the image in Chrome: Inspect Element; right click on
<p>Include an introductory paragraph about with 4-6 sentences about the college or university. </p>
<h2>Location of school</h2>
<img src=" xxxxxx.jpg " alt=" description " style="float:left"> (insert a picture of a landmark at the
college/university that you would see on a brochure or TV commercial used to advertise it; no bigger
than
300x300. Right click on the image in Chrome: Inspect Element; right click on highlighted code; copy;
paste
HTML CODES FOR UNIERSITIES AND COLLEGES
into your code in Notepad)
<p> Include a paragraph with 4-6 sentences about the college or university… What is it near? Anything
<h2>School Mascot</h2>
<img src=" xxxxxx.jpg " alt=" description " style="float:right"> (insert a color picture of the school
mascot;
no bigger than 300x300. Right click on the image in Chrome: Inspect Element; right click on highlighted
<p> Include a paragraph with 4-6 sentences about the school mascot. Also talk about the school colors.
</p>
<h2>Links</h2>
<ul>
<li><a href="put link here">description</a></li> (this link should take you to the school home page)
<li><a href=" put link here ">description</a></li> (this link should take you to the school admissions
page)
<li><a href=" put link here ">description</a></li> (this link should take you to a campus map of the
school)
<li><a href=" put link here ">description</a></li> (this link should take you to the school bookstore, a
</ul>
<audio controls>
</audio>
<br>
</div>
</body>
</html>