5 个仓库
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.
该项目提供了一种轻量级标记规范和纯文本格式标准,用于将信息组织成结构化文档。它作为一个将简单文本字符转换为富文档元素和 HTML 标签以供网页显示的系统。 该项目包含语法指南和用于实现标准化符号的文档。这些资源涵盖了创建格式化文本和超链接的规则,这些内容可以转换为网页内容。 该系统涵盖广泛的文档功能,包括分级标题、有序和无序列表以及块引用。它还支持创建数据表、代码块和文本强调。
Implements structural elements for representing sequences of items where the order is intentional.