{"id":454,"date":"2001-02-22T14:19:00","date_gmt":"2001-02-22T07:19:00","guid":{"rendered":"https:\/\/blog.chaiyakul.com\/?p=454"},"modified":"2026-02-22T14:31:30","modified_gmt":"2026-02-22T07:31:30","slug":"comment-code-html-css-php","status":"publish","type":"post","link":"https:\/\/blog.chaiyakul.com\/index.php\/2001\/02\/22\/comment-code-html-css-php\/","title":{"rendered":"\u0e01\u0e32\u0e23\u0e40\u0e02\u0e35\u0e22\u0e19 comment (\u0e04\u0e2d\u0e21\u0e40\u0e21\u0e19\u0e15\u0e4c) \u0e43\u0e19\u0e20\u0e32\u0e29\u0e32 HTML CSS PHP"},"content":{"rendered":"\n<p>\u0e01\u0e32\u0e23\u0e40\u0e02\u0e35\u0e22\u0e19 <strong>comment (\u0e04\u0e2d\u0e21\u0e40\u0e21\u0e19\u0e15\u0e4c)<\/strong> \u0e43\u0e19\u0e41\u0e15\u0e48\u0e25\u0e30\u0e20\u0e32\u0e29\u0e32 \u0e08\u0e30\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19\u0e40\u0e25\u0e47\u0e01\u0e19\u0e49\u0e2d\u0e22<\/p>\n\n\n\n<p>1. HTML<\/p>\n\n\n\n<p>\u0e43\u0e0a\u0e49 <code>&lt;!-- --><\/code><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;!-- \u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d comment \u0e43\u0e19 HTML --&gt;\n&lt;p&gt;\u0e2a\u0e27\u0e31\u0e2a\u0e14\u0e35&lt;\/p&gt;\n<\/pre><\/div>\n\n\n<p>\ud83d\udc49 Browser \u0e08\u0e30\u0e44\u0e21\u0e48\u0e41\u0e2a\u0e14\u0e07 comment \u0e19\u0e35\u0e49<\/p>\n\n\n\n<p>2. CSS<\/p>\n\n\n\n<p>\u0e43\u0e0a\u0e49 <code>\/* *\/<\/code><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: css; title: ; notranslate\" title=\"\">\n\/* \u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d comment \u0e43\u0e19 CSS *\/\nbody {\n  background: red;\n}\n<\/pre><\/div>\n\n\n<p>\ud83d\udc49 \u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e17\u0e31\u0e49\u0e07\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e25\u0e32\u0e22\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14<\/p>\n\n\n\n<p>3. PHP<\/p>\n\n\n\n<p>\u0e21\u0e35 3 \u0e41\u0e1a\u0e1a<\/p>\n\n\n\n<p>\ud83d\udd39 \u0e41\u0e1a\u0e1a\u0e17\u0e35\u0e48 1 (\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27)<\/p>\n\n\n\n<p>\u0e43\u0e0a\u0e49 <code>\/\/<\/code><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n&lt;?php\n\/\/ \u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d comment\necho &quot;Hello&quot;;\n?&gt;\n<\/pre><\/div>\n\n\n<p>\ud83d\udd39 \u0e41\u0e1a\u0e1a\u0e17\u0e35\u0e48 2 (\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\u0e40\u0e14\u0e35\u0e22\u0e27)<\/p>\n\n\n\n<p>\u0e43\u0e0a\u0e49 <code>#<\/code><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n&lt;?php\n# \u0e19\u0e35\u0e48\u0e01\u0e47 comment \u0e44\u0e14\u0e49\necho &quot;Hello&quot;;\n?&gt;\n<\/pre><\/div>\n\n\n<p>\ud83d\udd39 \u0e41\u0e1a\u0e1a\u0e17\u0e35\u0e48 3 (\u0e2b\u0e25\u0e32\u0e22\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14)<\/p>\n\n\n\n<p>\u0e43\u0e0a\u0e49 <code>\/* *\/<\/code><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n&lt;?php\n\/*\ncomment \u0e2b\u0e25\u0e32\u0e22\u0e1a\u0e23\u0e23\u0e17\u0e31\u0e14\n\u0e43\u0e0a\u0e49\u0e41\u0e1a\u0e1a\u0e19\u0e35\u0e49\n*\/\necho &quot;Hello&quot;;\n?&gt;\n<\/pre><\/div>\n\n\n<p>\ud83d\udca1 <strong>\u0e2a\u0e23\u0e38\u0e1b\u0e07\u0e48\u0e32\u0e22 \u0e46<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>HTML \u2192 <code>&lt;!-- --><\/code><\/li>\n\n\n\n<li>CSS \u2192 <code>\/* *\/<\/code><\/li>\n\n\n\n<li>PHP \u2192 <code>\/\/<\/code> , <code>#<\/code> , <code>\/* *\/<\/code><\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0e01\u0e32\u0e23\u0e40\u0e02\u0e35\u0e22\u0e19 comment (\u0e04\u0e2d\u0e21\u0e40\u0e21\u0e19\u0e15\u0e4c) \u0e43\u0e19\u0e41\u0e15\u0e48\u0e25\u0e30\u0e20\u0e32\u0e29\u0e32 \u0e08\u0e30\u0e15\u0e48\u0e32\u0e07\u0e01\u0e31\u0e19\u0e40\u0e25\u0e47\u0e01\u0e19\u0e49 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","footnotes":""},"categories":[185,162,161],"tags":[],"class_list":["post-454","post","type-post","status-publish","format-standard","hentry","category-css","category-html","category-php"],"_links":{"self":[{"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/posts\/454","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/comments?post=454"}],"version-history":[{"count":1,"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/posts\/454\/revisions"}],"predecessor-version":[{"id":455,"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/posts\/454\/revisions\/455"}],"wp:attachment":[{"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/media?parent=454"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/categories?post=454"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.chaiyakul.com\/index.php\/wp-json\/wp\/v2\/tags?post=454"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}