W3Schools
w3schools.com › html › html_lists.asp
HTML Lists
HTML Tables Table Borders Table Sizes Table Headers Padding & Spacing Colspan & Rowspan Table Styling Table Colgroup Code Challenge HTML Lists
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › HTML › Reference › Elements › ul
<ul>: The Unordered List element - HTML | MDN
The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list.
Videos
Simple HTML Guide
simplehtmlguide.com › cheatsheet.php
HTML Cheat Sheet - A Simple Guide to HTML
HTML Cheat Sheet - A simple, quick reference list of basic HTML tags, codes and attributes
W3Schools
w3schools.com › html › html_lists_unordered.asp
HTML Unordered Lists
HTML Tables Table Borders Table Sizes Table Headers Padding & Spacing Colspan & Rowspan Table Styling Table Colgroup Code Challenge HTML Lists
CodeHS
codehs.com › tutorial › 12387
HTML Lists - Tutorial
Learn how to use ordered and unordered lists in HTML. javascript · By Evelyn Hunter · High School · html · By Jennifer Campbell · High School Middle School · Coding LMS · Online IDE · CodeHS Pro · Computer Science Curriculum · Certifications · Professional Development ·
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › HTML › Reference › Elements
HTML elements reference - HTML | MDN
February 6, 2026 - This page lists all the HTML elements, which are created using tags.
W3Schools
w3schools.com › tags › tag_ul.asp
HTML ul tag
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdi> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <data> <datalist> <dd> <del> <details> <dfn> <dialog> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <kbd> <label> <legend> <li> <link> <main> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <
W3Schools
w3schools.com › html › html_lists_ordered.asp
HTML Ordered Lists
Lists Unordered Lists Ordered Lists Other Lists Code Challenge HTML Block & Inline
W3Schools
w3schools.com › tags
HTML Reference
<!--> <!DOCTYPE> <a> <abbr> <acronym> <address> <applet> <area> <article> <aside> <audio> <b> <base> <basefont> <bdi> <bdo> <big> <blockquote> <body> <br> <button> <canvas> <caption> <center> <cite> <code> <col> <colgroup> <data> <datalist> <dd> <del> <details> <dfn> <dialog> <dir> <div> <dl> <dt> <em> <embed> <fieldset> <figcaption> <figure> <font> <footer> <form> <frame> <frameset> <h1> - <h6> <head> <header> <hgroup> <hr> <html> <i> <iframe> <img> <input> <ins> <kbd> <label> <legend> <li> <link> <main> <map> <mark> <menu> <meta> <meter> <nav> <noframes> <noscript> <object> <ol> <optgroup> <
MDN Web Docs
developer.mozilla.org › en-US › docs › Web › HTML › Reference › Elements › li
<li>: The List Item element - HTML | MDN
The <li> HTML element is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>), an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists, list items are usually displayed using bullet points.
Aetna
aetna.com › health-care-professionals › precertification › precertification-lists.html
Precertification lists | CPT code lookup | Aetna
December 31, 2025 - The five character codes included in the Aetna Precertification Code Search Tool are obtained from Current Procedural Terminology (CPT®), copyright 2025 by the American Medical Association (AMA). CPT is developed by the AMA as a listing of descriptive terms and five character identifying codes and modifiers for reporting medical services and procedures performed by physicians.
WebPlatform
webplatform.github.io › docs › guides › html_lists
HTML lists · WebPlatform Docs
So if your document needs a list, you should use the correct HTML list format. An individual list item can contain another entire list, called a nested list. It is useful for things like tables of contents that contain sub-sections: 1. Chapter One a. Section One b. Section Two c. Section Three 2. Chapter Two 3. Chapter Three · To reflect that in the code, the entire nested list is contained inside the first list item.
W3Schools
w3schools.com › html › html_basic.asp
HTML Basic
Lists Unordered Lists Ordered Lists Other Lists Code Challenge HTML Block & Inline
GeeksforGeeks
geeksforgeeks.org › html › html-tags-a-to-z-list
HTML Tags - A to Z List - GeeksforGeeks
3 weeks ago - <!DOCTYPE html> <html> <!-- head tag --> <head> <title>Welcome to Geeksforgeeks</title> </head> <!-- Body tag --> <body> <h2>Geeksforgeeks</h2> <p> A Computer Science Portal for Geeks </p> <p> Please change the code and click the Run the button to see the changes. </p> </body> </html> <!DOCTYPE html> declares the document type, <html> wraps content, <head> holds metadata like <title>. <body> contains visible content, <h2> is a heading, <p> is a paragraph, <!-- --> are comments. Let us see the extensive list of HTML tags, from A to Z.
Canada.ca
canada.ca › en › department-finance › programs › international-trade-finance-policy › canadas-response-us-tariffs › complete-list-us-products-subject-to-counter-tariffs.html
Complete list of U.S. products subject to counter tariffs - Canada.ca
The list of products outlined at the tariff item level should be read in conjunction with the Schedule to Canada's Customs Tariff.
Scaler
scaler.com › home › topics › html › html lists
Introduction to HTML Lists | Scaler Topics
June 19, 2022 - The HTML lists utility assists us in creating lists on websites. Learn more about lists in HTML with Scaler Topics.