5 dépôts
Structural elements for representing sequences of items where the order is intentional.
Distinct from Ordered Lists: Shortlist candidates focus on CS data structures or UI builder markers, not semantic HTML list elements.
Explore 5 awesome GitHub repositories matching web development · Ordered Lists. Refine with filters or upvote what's useful.
Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux
Teaches creating ordered lists with numbered sequences in HTML.
This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.
Defines the structure and numbering logic for intentional sequences of content items.
Rockstar is an esoteric programming language whose syntax is inspired by 1980s hard rock and heavy metal lyrics, making programs read like song lyrics. It uses poetic number literals, where the length of each word in a phrase is parsed as a decimal digit to initialize numeric variables, and pronoun-based variable references, where words like "it" and "they" resolve to the most recently assigned or compared variable at runtime. The language can be compiled to WebAssembly and run inside a web page for in-browser code execution. The language distinguishes itself through a lyric-driven parsing sy
Declares function arguments by listing variable names separated by commas, ampersands, or the word 'and'.
This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo
Teaches constructing ordered, mutable collections that hold mixed data types.
Ce projet fournit une spécification de balisage léger et un standard de formatage en texte brut utilisé pour organiser l'information dans des documents structurés. Il sert de système pour convertir des caractères textuels simples en éléments de document riches et en balises HTML pour l'affichage web. Le projet inclut un guide de syntaxe et une documentation pour l'implémentation de symboles standardisés. Ces ressources couvrent les règles de création de texte formaté et d'hyperliens pouvant être convertis en contenu web. Le système couvre un large éventail de capacités documentaires, incluant des titres hiérarchiques, des listes ordonnées et non ordonnées, ainsi que des citations en bloc. Il prend également en charge la création de tableaux de données, de blocs de code et la mise en emphase du texte.
Implements structural elements for representing sequences of items where the order is intentional.