Saturday, November 11, 2017

HTML List

HTML list

HTML list are 2 (two) types. such as:
1. Ordered list
2. Unordered list

Ordered list

The sort characteristic/attribute of the <ol> tag, characterizes the kind of the rundown thing marker:

type="1"     The list things will be numbered with numbers (default)

type="A"     The list things will be numbered with capitalized letters

type="a"     The list things will be numbered with lowercase letters

type="I"     The list things will be numbered with capitalized roman numbers

type="i"     The list things will be numbered with lowercase roman numbers






Unordered list

The CSS list-style-sort property is utilized to characterize the style of the rundown thing marker:

circle     Sets the rundown thing marker to a slug (default)

circle     Sets the rundown thing marker to a circle

square     Sets the rundown thing marker to a square

none     The list things won't be stamped





HTML Description Lists


HTML likewise bolsters portrayal records.

A depiction list is a rundown of terms, with a portrayal of each term.

The <dl> tag characterizes the portrayal list, the <dt> tag characterizes the term (name), and the <dd> tag depicts each term:
Share:

0 comments:

Post a Comment

Welcome to this site

Popular Posts