Drop any file to identify it
No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.
Drop it!
Let go to identify this file.
Couldn't identify this file
Need to convert it? fwip it →
You right-clicked on a web page and selected "View Source." Everything you see — the angle brackets, the tags, the structure — is HTML. It's not a programming language and it doesn't need to be. HTML is a markup language: a way of annotating text so browsers know what's a heading, what's a paragraph, what's a link, and what's an image.
Tim Berners-Lee wrote the first version in 1991 with barely 20 tags, and the web grew from there. Today's HTML5 handles video, audio, canvas drawing, semantic structure, and accessibility, but the core idea hasn't changed in thirty years. You write content in angle brackets and a browser turns it into something visual. Every website you've ever visited — from a personal blog to a billion-dollar application — is HTML at its foundation.
Any browser renders HTML. Any text editor writes it. VS Code is the standard for web development. You can create a working web page with nothing but a text file and a browser — no server, no build tools, no framework. For learning web development, HTML is where everyone starts, and it remains relevant no matter how complex the stack above it becomes.