PHP gema banyak html

echo <<<CODE
  <table>
  <tr> 
    <td><b>Hello World</b></td>
  </tr>
  </table>
CODE;
Poised Penguin