Nested Unordered List with Attribute

We have learned Unordered list. We can define the bullet by using the attribute TYPE. Generally we use SQUARE, CIRCLE, and DISK bullet.

Here is an example:
<HTML>

<HEAD>

    <TITLE> Example of Nested Ordered List with Attribute </TITLE>

</HEAD>

<BODY>

    <H1>Tanjies Web designing</H1>

<P> <STRONG> Our Features</STRONG></P>

    <UL>

        <LI>Web Desinging

        <UL TYPE = CIRCLE>

        <LI>Responsive Design

        <LI>Customized Website

        <LI>Wordpress Site</UL>
    </UL>
    <UL>

        <LI>Search Engine Optimization

        <UL TYPE = SQUARE>

        <LI>Back Linking

        <LI>Bookmarking

        <LI>Blogging</UL>

    </UL>

</BODY>
</HTML>

I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Feel free to share if it helped you. Best of Luck

All rights reserved by Tanjies Design

Related Posts:

  • A few new tags to learn There are a lot more tags, but we will just cover few more for now, mostly straightforward to use and you can see the effect in your web page when you use them: <q> - The q tag is for quote. This has no relationship to… Read More
  • MARGIN ATTRIBUTELike any other document we can select TOP, BOTTOM, LEFT, RIGHT Margin for HTML document Here is an example  <HTML><HEAD><TITLE> Example of Margin Attribute </TITLE></HEAD><Body backgro… Read More
  • Nested Unordered List with Attribute We have learned Unordered list. We can define the bullet by using the attribute TYPE. Generally we use SQUARE, CIRCLE, and DISK bullet. Here is an example: <HTML> <HEAD>     <TITLE> Example… Read More

0 comments:

Post a Comment