Difference between revisions of "Getting started with AI on NXP i.MX8M Plus/Introduction/Overview/i.MX8M Plus hardware specifications"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 1: Line 1:
[{Table <table-parameters>
+
 
                   
+
<figure>
|| Table Header Example || More...
+
  <figcaption>Characteristics with positive and negative sides</figcaption>
| Table Data Example | More...
+
  <p>Characteristics are given in the second column, with the
}]
+
  negative side in the left column and the positive side in the right column.</p>
 +
  <table>
 +
    <thead>
 +
      <tr>
 +
        <th id="n">Negative</th>
 +
        <th>Characteristic</th>
 +
        <th id="p">Positive</th>
 +
      </tr>
 +
    </thead>
 +
    <tbody>
 +
      <tr>
 +
        <td headers="n r1">Sad</td>
 +
        <th id="r1">Mood</th>
 +
        <td headers="p r1">Happy</td>
 +
      </tr>
 +
      <tr>
 +
        <td headers="n r2">Failing</td>
 +
        <th id="r2">Grade</th>
 +
        <td headers="p r2">Passing</td>
 +
      </tr>
 +
    </tbody>
 +
  </table>
 +
</figure>

Revision as of 18:42, 14 November 2021

<figure>

 <figcaption>Characteristics with positive and negative sides</figcaption>

Characteristics are given in the second column, with the negative side in the left column and the positive side in the right column.

<thead> </thead> <tbody> </tbody>
Negative Characteristic Positive
Sad Mood Happy
Failing Grade Passing

</figure>