WebNote
subject :
간단한 WebNote 기능 예제


소스노트 출력 예제

  1. <?php
  2. if($this->aaa == "test") {
  3.     echo "thanks";
  4.     echo "감사합니다.!";
  5.     this.onkeyup = function() {}
  6.     this.innerHTML = "HTML Code";
  7. }
  8. foreach($aaa as $bbb) :
  9.     continue; //comment
  10.     return true;
  11.     return false;
  12. endforeach;
  13. ?>
  14. <html>
  15. <head>
  16. <title></title>
  17. </head>
  18. <body>
  19.     <table cellspacing="5" >
  20.         <tr>
  21.             <td>column</td>
  22.         </tr>
  23.     </table>
  24. </body>
  25. </html>