Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[Camera Modes Chart]">
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" />
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<table class="table table-bordered">
    <h1 class="text-muted"><small>Exposure Modes</small></h1>
  <thead>
    <tr>
      <th>Mode</th>
      <th>Shutter Speed</th>
      <th>Aperture</th>
    </th>
  </thead>
    <tbody>
      <tr>
          <td><strong>P</strong> - programmed auto</td>
          <td><i class="fa fa-camera"></i></td>
          <td><i class="fa fa-camera"></i></td>
    </tr>
      <tr>
          <td><strong>S</strong> - shutter priority auto</td>
          <td align="center"><i class="fa fa-male"></i></td>
          <td><i class="fa fa-camera"></i></td>
    </tr>
      <tr>
          <td><strong>A</strong> - aperture priority auto</td>
          <td><i class="fa fa-camera"></i></td>
          <td><i class="fa fa-male"></i></td>
    </tr>
      <tr>
          <td><strong>M</strong> - manual</td>
          <td><i class="fa fa-male"></i></td>
          <td><i class="fa fa-male"></i></td>
    </tr>
    </tbody>
</table>
    <div class="legend">
    <small>
    <p><i class="fa fa-camera"></i> = Selected by camera</p>
    <p><i class="fa fa-male"></i> = Selected by photographer</p>
            </small>
    </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
pbojinovpro
0viewers