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.