Jump to content

What is a note in HTML again?

Go to solution Solved by Nuluvius,


<!-- Your comment -->

So I haven't used HTML in a .. Fairly long time.

How can you make notes in it again?

It's not // or /* */

 

EDIT: I am using a .php file, but that's because I want to be able to implement some php later

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
https://linustechtips.com/topic/288116-what-is-a-note-in-html-again/
Share on other sites

Link to post
Share on other sites

<!-- Your comment -->

Thanks a lot, I completely forget but now that I see it again, I remeber.

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to post
Share on other sites

So I haven't used HTML in a .. Fairly long time.

How can you make notes in it again?

It's not // or /* */

 

EDIT: I am using a .php file, but that's because I want to be able to implement some php later

 

you can also do php comments if you want to..

<div>  <ul>    <li>...</li>    <?php /*<li>....</li>*/ ?>    <li>.....</li>  </ul></div>

then the comment wont be in the output. :)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×