Is there a shorthand version of HTML available?

Posted by monguin on Stack Overflow See other posts from Stack Overflow or by monguin
Published on 2010-06-09T14:33:51Z Indexed on 2010/06/09 14:42 UTC
Read the original article Hit count: 232

Filed under:
|

I remember reading an article about a shorthand version, or extension, of HTML a few months ago. Its purpose was to make HTML code significantly more concise, by removing end tags, and it may have allowed loops of some sort as well. I want to use it now, but I can't seem to remember what it was called.

Searching online, I found HAML, but HAML syntax doesn't look like the example that I remember from the article. The syntax from the article made use of right angle brackets, which were a sort of replacement for indentation.

Can anyone identify this language?

© Stack Overflow or respective owner

Related posts about html

Related posts about shorthand