Making the text the same color as the background on a webpage, you can insert secret messages in so-called "invisible ink." Now you can use this on your webpage. Highlight the space in front of this sentence to reveal the hidden message.( This is what it will be like! )

Steps

  1. 1
    Write the message in your web editor (or in the HTML code directly).
  2. 2
    Insert the following code right before your secret message, replacing the word "white" with the background color of your webpage (e.g. "blue" or "black" or "red" etc.):
    <span style="color: white; background:white;>
    Advertisement
  3. 3
    Insert the following code right after your secret message:
    </span>
  4. 4
    Save your changes.
  5. 5
    View the webpage.
  6. 6
    Remember that you can just use the following, if you want only one person to read it like an email
  7. 7
    Set the color of the background
  8. 8
    Send it to a friend! They'll then highlight it, & see your message. It's a perfect way to share secrets on e-mail or IM.
  9. Advertisement

Community Q&A

  • Question
    How do I do it on iFunny?
    Swayam88
    Swayam88
    Community Answer
    It's not possible to make stuff invisible on the web page directly, but you can do so by changing the CSS code of a web page to white. Check out the Inspect Element menu for more details.
Advertisement

Warnings

  • If you apply this trick to raise your search engine rankings, search engines will penalize your page by not indexing it, and may drop your entire site lower in the results.
    ⧼thumbs_response⧽
  • This will obviously not work if the page background is not the same color as the secret text or if the background is an image.
    ⧼thumbs_response⧽
  • Do not type like this all the time on Internet forums! People may find it annoying, and you may get banned if it annoys the admins.
    ⧼thumbs_response⧽
  • This trick is probably inadvisable for communicating genuinely secret or sensitive information, as is very easy to intercept, even if one isn't even really looking for it.
    ⧼thumbs_response⧽
Advertisement

References

  1. December- HTML hex code page

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 54 people, some anonymous, worked to edit and improve it over time. This article has been viewed 111,520 times.
How helpful is this?
Co-authors: 54
Updated: September 17, 2019
Views: 111,520
Categories: Internet Browsers
Advertisement