Skip to main content

how to use bullet list in html , css and menu bar



 DOWNLOAD  Output file

LIST TAGS

 Three different types of lists are used in HTML.
 Unordered list , Ordered list , Definition list.

Unordered List: 

In an unordered list, the items are listed in an unordered fashion. Basically, in an unordered list, two main attributes are used, viz., ID and TYPE. The following table gives the description of attributes

However, if you don't specify any type in an unordered list, the default type will be disc bullets.

Ordered List: 

In an ordered list, items are listed in an orderly fashion. Like an unordered list, an ordered list also has the basic attributes ID and TYPE. Following table gives the description of the attributes of an ordered list.

 However, if you don't specify any type in an ordered list, the default type will be Numbers.

A Definition list is one in which definition or description of the items are given. A Definition list is defined by<dl>tag. The items are encoded in<dt>(defintion term) tag and the description of the items are encoded in<dd>(definition data) tag.

Comments

Popular posts from this blog

HOW TO CREATE BORDER USING HTML AND CSS

A border in your hypertext mark-up language pages will facilitate bring attention to an area of text or surround the other hypertext mark-up language component. As is seen below a border is created around any text victimization hypertext mark-up language and CSS on your website. within the example below we've enclosed a paragraph (<p></p>) with a red border. In the on top of code, the fashion is process the border size (px short for pixel), style type, and border color. the fashion of the border is however the border seems on screen. alternative kinds of border designs embrace dotted, dashed, double, groove, ridge, inset, and outset. The border color defines the colour you would like to use for the border. within the on top of example, the colour code #FF0000 was used, that is that the code for red. All of the on top of examples use "inline" designs to make the borders. you'll conjointly use "embedded" vogue sheets or "external...

11 Creativity Text Styles and Hover Effects CSS3 | Tutorial SVG masking ...

Invoice Generator with GST in Core PHP with Script File Easy To Use Demo