Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en=US">
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <title>Assignment 2</title>
  6.     </head>
  7.     <body>
  8.         <header>
  9.             <section id="main_header">
  10.                 <img src="./banner.jpg" alt="The site banner." />
  11.                 <nav id="main_nav">
  12.                     <A href="./CSHome.html">CS Home</A>
  13.                     <A href="./AboutUs.html">About Us</A>
  14.                     <A href="./People.html">People</A>
  15.                     <A href="./Research.html">Research</A>
  16.                     <A href="./UndergraduatePrograms.html">Undergraduate
  17.  
  18. Programs</A>
  19.                     <A href="./Graduate Programs.html">Graduate
  20.  
  21. Programs</A>
  22.                     <A href="./Partners.html">Partners</A>
  23.                     <A href="./Accreditation.html">Accreditation</A>
  24.                     <A href="./Blogs.html">Blogs</A>
  25.                     <A href="./Gallery.html">Gallery</A>
  26.                     <A href="./ContactUs.html">Contact Us</A>
  27.                 <nav>
  28.             </section>
  29.         </header>
  30.         <section id="main_left">
  31.             <nav id="left_nav">
  32.                 <H1>UNDERGRADUATE PROGRAMS</H1>
  33.                 <UL id="Academics">
  34.                     <Li><A href="./UGHome.html">UG Home</A></Li>
  35.                     <Li><A href="./Faculty.html">Faculty</A></Li>
  36.                     <Li><A href="./Majors.html">Majors</A></Li>
  37.                     <Li>Academics<UL id="Academics"></Li>
  38.                         <Li><A href="./Catalog.html">Catalog</A></Li>
  39.                         <Li><A href="./CourseEvaluation.html">Course
  40.  
  41. Evaluation</A></Li>
  42.                         <Li><A href="./HonorSociety.html">Honor
  43.  
  44. Society</A></Li>
  45.                     </UL>
  46.                     <Li>Research<UL id="Research"></Li>
  47.                         <Li><A href="./CSB.html">Computational Systems
  48.  
  49. Biology</A></Li>
  50.                         <Li><A href="./SDL.html">Secure Database
  51.  
  52. Lab</A></Li>
  53.                         <Li><A href="./SecureSystems.html">Secure
  54.  
  55. Systems</A></Li>
  56.                     </UL>
  57.                 </UL>
  58.             </nav>
  59.         </section
  60.         <section id="main_body">
  61.             <p><h1>PROSPECTIVE STUDENTS</h1></p>
  62.                 <p>
  63.                 We invite you to find out more about our majors: the course    
  64.  
  65.             structure that they have in common, and the unique aspects that    
  66.  
  67.             distinguish the majors. Information technology is going to     
  68.  
  69.         continue to change our lives in fundamental ways, and we hope          
  70.  
  71.     that you will consider being part of this exciting field.              
  72.  
  73. Please use the links on the left to find out more about the                
  74.  
  75. Computer Science Department and Stevens Institute of                Technology.
  76.                 </p>
  77.         </section>
  78.         <section id="main_right">
  79.             <A href="./UnderApp.html">Undergraduate Application</A>
  80.             <br/>
  81.             <A href="./InternationalStudents.html">International Students</A>
  82.             <UL id="Research">
  83.                 <Li><A href="./Policies.html">Institute Policies</A></Li>
  84.                 <Li><A href="./Assessment.html">Assessment</A></Li>
  85.                 <Li><A href="./VisitStevens.html">Visit Stevens</A></Li>
  86.             </UL>
  87.     </body>
  88. </html>
Add Comment
Please, Sign In to add comment