Hi,

I'm trying to put bullets on my webpage. What is the tag in HTML in order
to do that?

Thanks!
MN

Re: HTML Code for Bullets by P

P
Fri Feb 10 12:45:51 CST 2006


"MacNut2004" <MacNut2004@discussions.microsoft.com> wrote in message
news:0C7A0753-F843-4ADF-A9B6-8222D4E04D59@microsoft.com...
> Hi,
>
> I'm trying to put bullets on my webpage. What is the tag in HTML in order
> to do that?

<ul>
<li>This will be bulleted. </li>
<li>This too.</li>
<li>This too. </li>
</ul>


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--




Re: HTML Code for Bullets by MacNut2004

MacNut2004
Fri Feb 10 13:27:07 CST 2006

Thank you..worked perfectly!!

"P@tty Ayers" wrote:

>
> "MacNut2004" <MacNut2004@discussions.microsoft.com> wrote in message
> news:0C7A0753-F843-4ADF-A9B6-8222D4E04D59@microsoft.com...
> > Hi,
> >
> > I'm trying to put bullets on my webpage. What is the tag in HTML in order
> > to do that?
>
> <ul>
> <li>This will be bulleted. </li>
> <li>This too.</li>
> <li>This too. </li>
> </ul>
>
>
> --
> Patty Ayers | www.WebDevBiz.com
> Free Articles on the Business of Web Development
> Web Design Contract, Estimate Request Form, Estimate Worksheet
> --
>
>
>
>

Re: HTML Code for Bullets by P

P
Fri Feb 10 13:47:17 CST 2006

You're welcome. I'm excited to see somebody on this list hand-coding! :-D


--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--



"MacNut2004" <MacNut2004@discussions.microsoft.com> wrote in message
news:15423127-3335-47CB-BEF8-044D0D3B3C91@microsoft.com...
> Thank you..worked perfectly!!
>
> "P@tty Ayers" wrote:
>
>>
>> "MacNut2004" <MacNut2004@discussions.microsoft.com> wrote in message
>> news:0C7A0753-F843-4ADF-A9B6-8222D4E04D59@microsoft.com...
>> > Hi,
>> >
>> > I'm trying to put bullets on my webpage. What is the tag in HTML in
>> > order
>> > to do that?
>>
>> <ul>
>> <li>This will be bulleted. </li>
>> <li>This too.</li>
>> <li>This too. </li>
>> </ul>
>>
>>
>> --
>> Patty Ayers | www.WebDevBiz.com
>> Free Articles on the Business of Web Development
>> Web Design Contract, Estimate Request Form, Estimate Worksheet
>> --
>>
>>
>>
>>