Unordered lists, PHP Web Programming

Assignment Help:

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.


Related Discussions:- Unordered lists

Forms, Each of form in a document develops a form object. As a document can...

Each of form in a document develops a form object. As a document can have more than one form, Form objects are stored in an array called forms. Forms Array By using the for

Design and create a php document, All functionality required for this assig...

All functionality required for this assignment must be achieved using PHP server side scripting. No browser side scripting is to be used. In assignment you created the initial u

Web site project, Throughout the term you will be designing and creating a ...

Throughout the term you will be designing and creating a web site that you will submit during the final week of the course. The weekly assignments will help you develop the skills

I need hotel booking wholesale system, Project Description: This project...

Project Description: This project is about to prepare a hotel wholesale system for B2B offering travel agents and affiliate websites to book hotels via whitelabel solution or in

Need wordpress expert with responsive design experience, Need WordPress exp...

Need WordPress expert with Responsive design experience for "Customizr" theme We want help from a Wordpress guru who can repair bugs with WP Customizr theme [CSS PHP code errors

Determine the date and time, Use the PHP date function described in IT 202 ...

Use the PHP date function described in IT 202 manual (p. 200), or in w3schools or online PHP manual. Invoke the PHP date function in the script and output to browser. Use a forma

Want support to make membership opt-in page, Want support to make Membershi...

Want support to make Membership Opt-in Page When fresh members sign up for Femworking membership they do consequently through a PayPal button. It works great however what I'm mi

Web browser, A Web browser is software program which allows you to easily d...

A Web browser is software program which allows you to easily display Web pages & navigate the Web. The first graphical browser namely Mosaic, was developed in Illinois at the Natio

Class, how to create classes in php?

how to create classes in php?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd