Difference between revisions of "Team:Pitt/project"

(Created page with "{{Pitt}} <html> <style type="text/css"> #ptable { width: 100%; background-color: #ffeca0; border: 1px solid black; } #ptable tr { } #ptable td { border: 1px solid red; } </s...")
 
(Blanked the page)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Pitt}}
 
<html>
 
  
<style type="text/css">
 
#ptable {
 
width: 100%;
 
background-color: #ffeca0;
 
border: 1px solid black;
 
}
 
 
#ptable tr {
 
 
}
 
 
#ptable td {
 
border: 1px solid red;
 
}
 
</style>
 
 
<table id="ptable">
 
  <tr>
 
    <td>Jill</td>
 
    <td>Smith</td>
 
    <td>50</td>
 
  </tr>
 
  <tr>
 
    <td>Eve</td>
 
    <td>Jackson</td>
 
    <td>94</td>
 
  </tr>
 
</table>
 
 
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 
 
</html>
 

Latest revision as of 21:01, 17 September 2015