Deformed HTML in PC Magazine

L

Leif K-Brooks

I was reading an article on CAPTCHAs in the December 30th issue of PC
Magazine. Ignoring the accessibility problems, it uses some really
deformed HTML which isn't explained:

<p<\>>What word is hidden in this image?
<p<\>><img src="/make_image?12345"<\>>
<form action="/match_word" method="post"<\>>
<input type="hidden" name="code" value="12345"<\>>
<input type="text" name="captcha"<\>>
<input type="submit" value="submit"<\>>
</form<\>>

Does anyone know what's with all of those <\>s? Is the author just
misinformed, or are they part of some hack not explained in the article?
 
B

brucie

<p<\>>What word is hidden in this image?
<p<\>><img src="/make_image?12345"<\>>
<form action="/match_word" method="post"<\>>
<input type="hidden" name="code" value="12345"<\>>
<input type="text" name="captcha"<\>>
<input type="submit" value="submit"<\>>
</form<\>>

Does anyone know what's with all of those <\>s? Is the author just
misinformed, or are they part of some hack not explained in the article?

</> is shorthand markup which is unreliable. <\> is probably the left
handed persons version. i would guess their content management system
(human or program) that generates the page has had too much to drink.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top