1. Unordered list
-Bullets: Solid Circle (Disc), Square, Hollow Circle (Circle)
-List <ul>----
List Items <li>---
</li></ul>
-type property: Used to modify item I symbol classification
Change <ul> to <ul type= "Square" >
2. Ordered list
-Similar to unordered list, except for list <ol>
-List Symbols
1 Number (default
a/a uppercase and lowercase letters
i/i Case Roman Alphabet
-start Change the initial number eg:start= "100"
-reversed List Reverse sort eg:reversed= "reversed"
3. Description List
Mark Start <dl>
<dt> Description Object Title </dt>
<dd> Description Content </dd>
</dl>//Separate account line
4. Special characters
List of two commonly used
Copyright Character ©
Space
In HTML, no matter how many spaces are the default is a
5.div elements
Use DIV elements to create a structured region (division) in a Web page. There is a line break between the top and bottom.
Suitable for <div> replace when text is not a true paragraph <p>
List with special characters, Div (Beginner HTMLL Foundation)