5 repository-uri
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.
Acest proiect oferă o specificație de markup ușoară și un standard de formatare text simplu, utilizat pentru a organiza informația în documente structurate. Servește ca sistem pentru conversia caracterelor text simple în elemente de document complexe și tag-uri HTML pentru afișarea web. Proiectul include un ghid de sintaxă și documentație pentru implementarea simbolurilor standardizate. Aceste resurse acoperă regulile pentru crearea textului formatat și a hyperlink-urilor care pot fi convertite în conținut web. Sistemul acoperă o gamă largă de capabilități pentru documente, inclusiv titluri ierarhice, liste ordonate și neordonate, și citate tip blockquote. De asemenea, suportă crearea de tabele de date, blocuri de cod și evidențierea textului.
Implements structural elements for representing sequences of items where the order is intentional.