Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.78 KB | None | 0 0
  1. <!Doctype html>
  2. <html>
  3.     <head> 
  4.     <title> Cardiff and Vae Technician</title>
  5.     <link rel="stylesheet" href="css.css/style.css" type="text/css"/>
  6.    
  7.     </head>
  8.  
  9.     <body>
  10.         <div class="wrapper">
  11.             <div class="heading">
  12.                 <img src="Images/Collegelogo.png" alt=""
  13.                class="banner" width="180px" align="right" bottom:50px;>
  14.                
  15.                 <h>Cardiff and Vale College HTML and Database Support</h>
  16.                
  17.                
  18.                 </div>
  19.                 <div class="Buttons">
  20.  
  21.                 <ul>
  22.                     <a href ="/index.html"><li>Home</li></a>
  23.                     <a href ="/services.html"><li>Services</li></a>
  24.                     <li><a href="#">1</a></li>
  25.                     <li><a href="#">2</a></li>
  26.                     <li><a href="#">3</a></li>
  27.                        
  28.                    
  29.                        
  30.                     </ul>
  31.                 </div>
  32.                 <div class="Maincontent">
  33.                 <span class="title">About Us</span>
  34.                 <p> </p>
  35.                     We are part of the support team of Cardiff and Vale. We specialises in supporting students who are interested in learning to create websites and databases.
  36.                     <p></p>
  37.                     We are able to support students with our knowledge of HTML and CSS by coming to our lessons during in the afternoon and morning. While learning web development you will also learn to use different types of IDE such as notepad++, dreamweaver and more.
  38.                     <p></p>
  39.                     Database is also another
  40.                
  41.                 </div>
  42.                 <div class="sidebar">
  43.                 <img src="Images/images-2.jpeg" width="200" >
  44.                
  45.  
  46.                 Info
  47.  
  48.                 </div>
  49.                 <div class="footer">
  50.                 Jerwin Esguerra
  51.  
  52.                 </div>
  53.             </div>
  54.     </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement