{"id":1820,"date":"2024-03-20T12:58:28","date_gmt":"2024-03-20T12:58:28","guid":{"rendered":"https:\/\/saif.appscodestudio.com\/?p=1820"},"modified":"2024-03-20T12:58:29","modified_gmt":"2024-03-20T12:58:29","slug":"use-html-comments-wisely","status":"publish","type":"post","link":"https:\/\/saif.appscodestudio.com\/index.php\/2024\/03\/20\/use-html-comments-wisely\/","title":{"rendered":"Use HTML comments wisely"},"content":{"rendered":"\n<p>To make your HTML code clearer for you (and for others), you can add comments to your code. These are snippets of code that are ignored by Web browsers, so they\u2019re useful for adding short notes and reminders within the code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n&lt;!-- Navigation area: Highlight a menu item with the \"hi\" class --&gt;\n\n&lt;div id=\"nav\"&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"\/\"&gt;Home&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li class=\"hi\"&gt;&lt;a href=\"\/about\/\"&gt;About&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/div&gt;\n<\/code><\/pre>\n\n\n\n<p>Learn how to write and use comments in our\u00a0HTML Comments\u00a0tutorial.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To make your HTML code clearer for you (and for others), you can add comments to your code. These are snippets of code that are ignored by Web browsers, so they\u2019re useful for adding short notes and reminders within the code: Learn how to write and use comments in our\u00a0HTML Comments\u00a0tutorial.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[88],"tags":[],"Cooking_time":"","jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/1820"}],"collection":[{"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/comments?post=1820"}],"version-history":[{"count":1,"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/1820\/revisions"}],"predecessor-version":[{"id":1821,"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/posts\/1820\/revisions\/1821"}],"wp:attachment":[{"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/media?parent=1820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/categories?post=1820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/saif.appscodestudio.com\/index.php\/wp-json\/wp\/v2\/tags?post=1820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}