/
Lists

Lists

There are ways of making “unordered” versus “ordered” lists in HTML. To me that is just styling - one is best off to pick one form of doing lists and then use CSS rules to determine if you want numbers or bullet points:

<ul> <li>An item</li> <li>Another item</li> </ul>

Related content

Heading and Paragraph tags
Heading and Paragraph tags
More like this
Just use div elements - don't use span elements.
Just use div elements - don't use span elements.
More like this
Understand display : inline versus block
Understand display : inline versus block
More like this
HTML Entities for special characters
HTML Entities for special characters
Read with this
HTML Structure
HTML Structure
More like this
How to use the class attribute of HTML elements.
How to use the class attribute of HTML elements.
Read with this