Foreign Affairs Style Guide

Foreign Affairs

Internal -- Table


This is the markup and style for a responsive table within an internal page. The responsive table is dependent upon tablesaw, js for responsive tables.

Data Sources:
Known Omissions:

Table Headline or Title

Publication Defense Issues Defense Spending Intelligence/Counter Terrorism Homeland Defense Weapons Systems Acquisition
Foreign Affairs 18.6% 24.2% 28.7% 29.2% 33.4%
Aviation Week and Space Technology 14.5% 17.8% 18.6% 20.1% 28.0%
National Journal 11.2% 17.5% 15.0% 13.9% 34.0%
Source: MRI 2011 Subscriber Study, Erdos and Morgon Opinion Leaders Study 2010
        <div class="internal-table">
          <h4 class="internal-table-title">Table Headline or Title</h4>
          <table class="tablesaw" data-mode="stack">
            <thead>
              <tr>
                <th>Publication</th>
                <th>Defense Issues</th>
                <th>Defense Spending</th>
                <th>Intelligence/Counter Terrorism</th>
                <th>Homeland Defense</th>
                <th>Weapons Systems Acquisition</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <th><i>Foreign Affairs</i></th>
                <td>18.6%</td>
                <td>24.2%</td>
                <td>28.7%</td>
                <td>29.2%</td>
                <td>33.4%</td>
              </tr>
              <tr>
                <th><i>Aviation Week and Space Technology</i></th>
                <td>14.5%</td>
                <td>17.8%</td>
                <td>18.6%</td>
                <td>20.1%</td>
                <td>28.0%</td>
              </tr>
              <tr>
                <th><i>National Journal</i></th>
                <td>11.2%</td>
                <td>17.5%</td>
                <td>15.0%</td>
                <td>13.9%</td>
                <td>34.0%</td>
              </tr>
            </tbody>
          </table>
            <span class="table-source">Source: MRI 2011 Subscriber Study, Erdos and Morgon Opinion Leaders Study 2010</span>
        </div>