first one we will create an unordered list these


First one, we will create an unordered list. These lists are also called as bulleted lists. These lists are characterized through list items that do not have numbers. They are used while the points in the list have no specific order. They are delimited through the <UL> and </UL> tags.  In the list each point is delimited through the <LI> and </LI> tags.

<HTML>

<HEAD>

<TITLE>ABC</TITLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF"> what I wish for Id

<UL>

<LI>a large red car</LI>

<LI>an aero plane which flies</LI>

<LI> a beautiful toy</LI>

<LI>a drum set</LI>

<LI>a CD</LI>

<LI> my pocket money</LI>

</UL>

</BODY>

</HTML>

The syntax of the <UL> tag is:

<UL TYPE=""> where TYPE= "DISC", "SQUARE" or "CIRCLE".

<LI>   </LI>

</UL>

The bullet appearance may be altered to be round (a dark circle), a disc or a circle based on the value of the TYPE attribute. As illustrated in the above code, the list of items are comprised within the <UL> and </UL> tags. Each list item should be preceded  along with a <LI> tag.

Request for Solution File

Ask an Expert for Answer!!
PHP Web Programming: first one we will create an unordered list these
Reference No:- TGS0416289

Expected delivery within 24 Hours