Skip to content

Comments in Code

Rafi Long edited this page Feb 16, 2014 · 2 revisions

While working on project, be sure to add comments to your code. Like this:

<div class="row">
  <div class="small-12 columns">
    <!-- Links -->
    <table width="100%">
      <tr>
    <th colspan="2"><h3 class="subheader">Links</h3></th>
      </tr>
      <tr>
    <td><a href="http://projects.palyrobotics.com/"><strong>Project Management</strong></a></td>
    <td>In progress projects for our robotics team</td>

Insert the comments in each column. Photos should be tagged like this: <!-- Photo 1 -->, with the photo id.

Clone this wiki locally