Can someone help me?
I need an HTML code that will make text invisible so I can label some things without it actually showing up on the page.
Printable View
Can someone help me?
I need an HTML code that will make text invisible so I can label some things without it actually showing up on the page.
Do you mean like... comments?
<!-- Comment goes here -->
hmm?
I don't understand your question. So the answer would probably be no.
Way to turn down the answer you needed.
You put the angle bracket exclamation double dash before any text you want invisible, then have a double dash end angle bracket at the end. It's pretty much simple as that.
I was told to apologize to Meat Puppet.
I am sorry
Meat Puppet.
Oooookay. I see.
What's to become of my and my insignificant brain?
EDIT:
Okay I tried it and the text i typed and the closing bracket was visible. I checked the HTML page and the codes were closed off so that only a space was betweent them.
What Meat Puppet suggested was a comment. They are only visible in the source of the page and the format is:
If you wanted to put some text on your page, but still have it invisible, you could use something like this:Code:<!-- text here doesn't appear on the page -->
But Meat Puppet's suggestion is obviously better.Code:<span style="color: transparent; background: transparent;"> Text here is transparent. <span>
Thanks a bunch everyone!