/ out01.html
out01.html
 1  <html>
 2  <body><h2>Instructions de la recette Poulet Tikka Masala</h2>
 3  <table border="1">
 4      <tbody>
 5      <tr bgcolor="#9acd32">
 6          <th>Instruction</th>
 7      </tr>
 8      <tr>
 9          <td>Marinate the chicken in spices and yogurt.</td>
10      </tr>
11      <tr>
12          <td>Cook onions, tomatoes, and marinated chicken in a pan.</td>
13      </tr>
14      <tr>
15          <td>Simmer for 20 minutes.</td>
16      </tr>
17      <tr>
18          <td>Garnish with fresh cilantro and serve hot.</td>
19      </tr>
20      <tr>
21          <td>Serve with rice or naan bread.</td>
22      </tr>
23      </tbody>
24  </table>
25  </body>
26  </html>