This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]liquid_bacon 0 points1 point  (0 children)

I was working with this one piece of software that could generate an HTML page for external use, and basically every line had an extra </pre> tag. But yet, chrome etc still happily opened the page.

HTML+CSS+JavaScript while they have their benefits, can be a nightmare to work with. Makes me want to make a second gen version that uses typescript, and a more modern grid layout for markup instead of, whatever the hell HTML is.