A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://css-tricks.com/snippets/html/comments-in-html/ below:

Comments in HTML | CSS-Tricks

Psst!

Create a DigitalOcean account and get

$200 in free credit

for cloud-based hosting and services.

Comments
  1. That’s awesome Bro, will this work as a comment box ?
    Much appreciated.

    [email protected]

    Thanks again,
    -Joe

  2. Hey @Joshephy Watkins

    If you are talking about a comment box like what I typed this message in, it won’t. It will just put a note in the HTML code for you to use later (I usually go stuf…… To keep everything organized

  3. html comments are particularly useful if you edit a page and you want to find your changes fast. The more detailed these comments are, the better…

    Stamatis – Ygraeriokinisi

  4. Too bad html editors like Notepad++ can’t handle easy comment-block adding like in the case of JS comments, when you can add them easily by selecting the code and using a shortcut key combination.

  5. Hi, is there a way I can create a shortcut for this html comment using a MacBook Pro OS Snow Leopard.

  6. Have you ever considered marking blocks like so:

    <div id="blockID">
       <p>Stuff</p>
    </div> <!-- #blockID -->
    
    <div class="blockClass">
       <p>Stuff</p>
    </div> <!-- .blockClass -->
  7. Putting comments in your files is a very good idea. I also use them all the time in my html and even more so in my CSS files for the Joomla sites I develop. All those elements get mixed up in your mind after awhile and when you are adding code or altering pre existing stuff it’s helpful to comment on it so you remember what everything is or what you did to it. Sometimes I make changes then have to go back and tweak them. A comment helps me remember what I did and is a big time saver.

  8. Nice thing is you can use it like block comment also:

    <!--
      This is my comment on my web page.  This will tell me what
      I was doing when I was last coding.
    -->
    
  9. awesome…comment preview is odd.

  10. **is there any short key for giving html comment **

  11. I got to learn more about <!–[if lt IE 7 ]>… from his site thanks for all relating to the sharing of knowledge
    Granscole
    http://www.scancomark.com/

  12. I dont Understand why you all so excited on HTML comment code, it is for SEO ?

  13. Paul Robert Ordinario Martinez

    Using Dreamweaver, is there a chance to automate to get starting Class or ID as a comment right after closing tag? For instance this is original code

    Is there an option to convert it as

       <!-- end .row -->
    <!-- end .container -->
    

    Thank you in advance.

  14. using Comments will make your doc more readable for any other team member which may work with it in the future. so i prefer to write code like this

      <!-- title -->
       my title      
    
      <!-- photo -->
    
  15. It is not strictly true that comments “aren’t displayed”. Comments aren’t rendered by the browser, but the HTML comments enclosed in HTML comment tags are sent from the server to the viewer’s web browser. They can be seen by using the browser’s “view page source” (or the equivalent).

    So you may want to be careful about what comments you put in your HTML code. As another poster implied, if your HTML code is in PHP files (because you want dynamically generated HTML code), then you can use the tags that enclose PHP code and put a PHP comment within them. The PHP code (i.e. in this case the PHP comments) are stripped out (“interpreted”) on the server and not sent to the viewer’s browser.

  16. Thank you Chris Coyier for bringing up the topic. Thank you John Goold for pointing out that PHP comments are stripped out server-side.

  17. Adding an HTML comment may have worked in 2009, but now that HTML comments cannot be nested, it has a major Achilles heel. A large block of code can’t be commented out (whether temporarily for testing, or whatever), if there is an HTML comment within that block.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4