HTML List Unordered List
1. Unordered List (<ul>)
An unordered list creates a list of items with bullet points by default.
Basic Syntax:
Attributes of <ul>:
type: Specifies the type of bullet. Possible values:disc(default)circlesquarenone(no bullets)
Example with type:
Comments
Post a Comment