Jueves 12 de Junio de 2014
Eduardo Zavala Ramírez
El siguiente es el código que estructuré para crear la tabla de la pestaña about de la página personal.
<table align="center" border="4" width="80%">
          </br>
   <tr>
    <th colspan="3"><h3>My goals over the next...</h3>
    </th>
   </tr>
   <tr>
    <td><strong>5 years</strong></td>
    <td><strong>10 years</strong></td>
    <td><strong>20 years</strong></td>
   </tr>
         <tr>
    <td>
      <ol type="I"> 
    <li>Finish my academic formation</li>
    <li>Become a TSU and engineer in ICT (Information and Communication Technologies) and keep studying</li>  
    <li>Get a job or start my own enterprise</li>
    <li>Buy a house</li>
    <li>Buy a car</li>
     </ol> 
   </td>
    
  <td>
           <ol type="I"> 
    <li>Get married</li>
    <li>Have my own family</li> 
    <li>Elaborate and participate in scientific and technological projects</li>
    <li>Teach in a University</li>
    <li>Participate in international congresses</li>
   </ol> 
  </td>
    <td>
         <ol type="I"> 
    <li>Organize social projects to contribute to my society development</li>
    
   </ol> 
          </td>
   </tr>
  </table>