SHAREHOLIC
  • You have 1 new Private Message Attention Guest, if you are not a member of Urdu Tehzeb, you have 1 new private message waiting, to view it you must fill out this form.

    + Reply to Thread
    + Post New Thread
    Results 1 to 2 of 2

    Thread: HTML List Elements

    1. #1
      Family Member www.urdutehzeb.com/public_htmlClick image for larger version.   Name:	Family-Member-Update.gif  Views:	2  Size:	43.8 KB  ID:	4982 Forum Guru's Avatar
      Join Date
      Sep 2014
      Location
      Pakistan
      Posts
      1,069
      Threads
      232
      Thanks
      0
      Thanked 34 Times in 30 Posts
      Mentioned
      43 Post(s)
      Tagged
      2895 Thread(s)
      Rep Power
      81

      Pen HTML List Elements

      This tutorial is about HTML List Elements. What is a List? You wrote some point about a topic. Some people make an outline about their topic. They give all points in different line to explain them. So that they can understand that all points are not related to each other. They will use List. You can see below example of un-order List.


      Heading For List


      First Point
      Second Point
      Third Point
      You can see above some List Element. The text shown in the form of List. And with every line/point you can see bullet. Bullet shows that you this is an un-order HTML List Elements. You can also take a view at the order HTML List Elements.


      Heading For Order HTML List Elements


      First Point
      Second Point
      Third Point
      Thus you can create a lot of points. Hope you will understand the overview of list Elements. And Here I would like to tell you that we will use List Element to make menu bar of a website. You can make this in other ways. But the best way to create menu bar is through un-order list elements. After learning CSS you will be able to make your own menu bars.


      Now I will come towards my topic that was HTML List Elements. How you can create un-order list elements using HTML? You can see below code to understand this. This code will written in body tags.


      <h2>Name OF Countries</h2>


      <ul>


      <li>Austrailia</li>


      <li>Canada</li>


      <li>India</li>


      <li>Pakistan</li>


      <li>Saudi Arabia</li>


      <li>UAE</li>


      <li>USA</li>


      </ul>
      You can learn code of un-order list from above. We will use li in order list. Because li represent a list element. While ul represent an un-order list. In order list We will change ul to ol. Because ol is use for order list. For order list you can run the following code :


      <h2>Name OF Countries</h2>


      <ol>


      <li>Austrailia</li>


      <li>Canada</li>


      <li>India</li>


      <li>Pakistan</li>


      <li>Saudi Arabia</li>


      <li>UAE</li>


      <li>USA</li>


      </ol>
      You can run both of the code. You can make list element as you want. And write text between li as you want to write. If you didn’t understand anything in both of the code then you can ask. We will help you to tell you in a better way. If you have any problem to viewing this site content. You can inform us. We will solve your issue as soon as we can. Keep visiting this website daily. Because we update it on daily basis. And Hope you will found a lot of material on it and you will like that.


      Similar Threads:



    2. #2
      Moderator www.urdutehzeb.com/public_htmlClick image for larger version.   Name:	Family-Member-Update.gif  Views:	2  Size:	43.8 KB  ID:	4982
      BDunc's Avatar
      Join Date
      Apr 2014
      Posts
      8,431
      Threads
      678
      Thanks
      300
      Thanked 249 Times in 213 Posts
      Mentioned
      694 Post(s)
      Tagged
      6322 Thread(s)
      Rep Power
      119

      Re: HTML List Elements

      V nice


    + Reply to Thread
    + Post New Thread

    Thread Information

    Users Browsing this Thread

    There are currently 1 users browsing this thread. (0 members and 1 guests)

    Visitors found this page by searching for:

    Nobody landed on this page from a search engine, yet!
    SEO Blog

    User Tag List

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •