HTML supports ordered, unordered, and defined lists: Ordered list First list item Second list item Third list item Unordered list List item List item List item An unordered list is a list of items marked with bold dots (typical small black circles). Unordered list usage The browser displays as follows: Coffee Milk Similarly, an ordered list is a list of items, which are marked with numbers. The ordered list begins with List items are marked with numbers. The browser displays as follows: Coffee Milk A custom list is not just a list of items, but a combination of projects and their comments. Customize the list to The browser displays as follows: Black hot drink White cold drink Tip: paragraphs, newline characters, pictures, links, and other lists can be used inside list items. Label Description < ol > Define an ordered list < ul > Define an unordered list < li > Define list items < dl > Definition list < dt > Custom list item < dd > Define the description of a custom list item
In recent years, Geographic Information Systems (GIS) have undergone rapid development in both theoretical and practical dimensions. GIS has been widely applied for modeling and decision-making support across various fields such as urban management, regional planning, and environmental remediation, establishing geographic information as a vital component of the information era. The introduction of the “Digital Earth” concept has further accelerated the advancement of GIS, which serves as its technical foundation. Concurrently, scholars have been dedicated to theoretical research in areas like spatial cognition, spatial data uncertainty, and the formalization of spatial relationships. This reflects the dual nature of GIS as both an applied technology and an academic discipline, with the two aspects forming a mutually reinforcing cycle of progress. 11.15.1. HTML list ¶
HTML unordered list ¶
label
<ul>
<li>Coffeeli>
<li>Milkli>
ul>
HTML ordered list ¶
label. Each list item starts with
label. <ol>
<li>Coffeeli>
<li>Milkli>
ol>
HTML Custom list ¶
label begins. Each custom list item is specified by
start. <dl>
<dt>Coffeedt>
<dd>- black hot drinkdd>
<dt>Milkdt>
<dd>- white cold drinkdd>
dl>
Precautions-useful Tip ¶
HTML list label ¶
Principles, Technologies, and Methods of Geographic Information Systems
102