Skip to main content


you know, there are some websites that just flat-out lie about the type of files they're serving

like the file has a .png extension but it's actually a gif or webp

WHY :blobcattableflip:
or when they serve an HTML file and use an XML suffix, or vice versa.
Okay that’s not too bad, all #XML files are valid #HTML, at least in syntax, right?
#HTML #xml
that's not true either way.

for example <strong><em></strong></em> is valid HTML but not XML

XML allows arbitrary tags, HTML doesn't.
XHTML is always valid HTML though/.