HTML
The code that defines what is on a web page: the headings, the text, the images, the buttons, and the forms.
What it tells you about a developer
HTML sits under every frontend skill. Read it as confirmation that the person builds web interfaces, and read their frameworks and shipped pages for depth.
- Type
- Markup
- Released
- 1991
- Used in
- Frontend
HTML lists the parts of a page and says what each part is. A browser reads it and draws the page on screen. Every website uses it, and every web framework produces it in the end. Developers rarely list HTML by itself, because anyone who builds web interfaces writes it every day.