Skip to content

Instantly share code, notes, and snippets.

@caike
Forked from jcasimir/lab4.html
Created April 15, 2011 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caike/921756 to your computer and use it in GitHub Desktop.
Save caike/921756 to your computer and use it in GitHub Desktop.
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
</head>
<body>
<h1>Flight</h1>
<h2>Logistics</h2>
<table id="logistics">
<tbody>
<tr id='time'>
<th>Time</th>
<td></td>
</tr>
<tr id='gate'>
<th>Gate</th>
<td></td>
</tr>
<tr id='arrives'>
<th>Arrives At</th>
<td></td>
</tr>
</tbody>
</table>
<h2>Passengers</h2>
<ul>
<li>Larry Dimmick</li>
<li>Freddy Newandyke</li>
<li>Vic Vega</li>
</ul>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment