CASE 003 · HTML Comment

The Comment Knows

The secret is present in the page but not in the rendered artifact.

Beginner 100 pts Hint penalty: 15 pts

Artifact

Inspect this carefully

Nothing unusual appears in this note.

The renderer has already decided what you are allowed to see.

Machine View Inspect alternate representations

Compare the rendered artifact above with representations derived from the same browser-delivered artifact. Machine View does not decode, score, or identify the hidden message.

Opening a representation may expose clues that are already present in the page source or DOM.

Source Browser serialization

            
Text DOM textContent

            
Characters Unicode code points

            

Submit recovered message

Server-side validation
0 hints used

    About the technique

    HTML Comment

    HTML can contain structural text that does not become normal rendered body text. Comparing source, DOM, rendered text, and accessibility representations is often more informative than trusting one view.

    Read the related field guide →

    Questions

    Frequently asked

    Are HTML comments visible to users?

    They are not rendered as ordinary page content, but they remain present in the source document.

    Can machines read HTML comments?

    A parser that examines raw HTML can read them, although many extraction pipelines deliberately ignore comments.