Search Articles — Sudonull

Search Results

In this project

HTML API Generation on the Server Without Rendering

https://sudonull.com/html-api-generation-on-the-server-without-rendering

Learn how to build web services by returning HTML text. Examples in Python, Jinja templating engines. For middle/senior dev. Master the approach without client-side JS.

Algo Trading Dashboard on HTML and LLM without Code

https://sudonull.com/algo-trading-dashboard-on-html-and-llm-without-code

Create a dashboard for analyzing 100+ MetaTrader strategies with LLM: dynamic P&L, capital management. No-programming case — read and implement the approach.

From the web

Dec 22, 2025 ·

https://developer.mozilla.org/en-US/docs/Web/HTML

Dec 22, 2025 · HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page's appearance/presentation (CSS) or functionality/behavior (JavaScript).

Dec 13, 2025 ·

https://www.geeksforgeeks.org/html/html5-introduction/

Dec 13, 2025 · HTML5 is the fifth version of Hypertext Markup Language (HTML), a standard language used to structure webpages. It defines how content on a webpage should be structured and displayed.

Apr 3, 2026 ·

https://www.geeksforgeeks.org/html/html5-complete-reference/

Apr 3, 2026 · HTML (HyperText Markup Language) is the standard language used to create and design web pages. It defines the structure and layout of a webpage using a series of elements and tags. HTML5 is the latest version of HTML, bringing significant improvements for building modern web applications.

May 24, 2011 ·

https://dev.w3.org/html5/spec-LC/

May 24, 2011 · This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language ( HTML ).

Jul 11, 2025 ·

https://developer.mozilla.org/en-US/docs/Glossary/HTML5

Jul 11, 2025 · The term HTML5 is essentially a buzzword that refers to a set of modern web technologies. This includes the HTML Living Standard, along with JavaScript APIs to enhance storage, multimedia, and hardware access.

Trending Now