What is html bullet?

If a user wants to place a list on a web page, there are two options - an arranged list and an uninvited list. The difference between the two is that with the arranged list, the items are displayed with an ascending number or letter, while the HTML bullet is used for items in the disordered list. Each type of list has a different HTML brand, and it is used for arranged lists and

used for uninhabited lists.

When the web browser draws and encounters the

    brand, it is said that the list follows. Each item in the list is preceded by a list mark or
  • . In each
  • browser, HTML firing in to start a new item in the list. When coding the list, it is important that the
  • mark is placed in front of each item. Also, it does not have the final brand, so another
  • brand is the only way the browser knows the new HTML bullet.

    CodePro Create a reflected list on the website will look like the following:


      • list of list
      • list of list
      • list of list


    The number of items that may be included in the list is no limit. Correct list coding ensures that it is displayed correctly in a web browser.

    When it comes to the location of the HTML ball on the front of the listed items, there are three different options. Available options are disk, circle and square. The HTML default missile is a filled circle, so if the type is not included, the web browser will automatically insert this bullet. When the list is built into the list, the HTML bullet for the inserted list is a disk.

    bullet type can be changed for each specific list item or for the full list. You want to change a specific list item, the following code added: Type = "Square/Disc/Circle." For a square bullet list, the code would be read as follows:

  • . Change of “square"On" disk "or" circle "ensures that the desired missile HTML is inserted.

    If you want to change the bullet used for the full list, the type attribute is added to the Ursorded List. In this case, if the user wanted a list that had missiles that were squares, a mark would be written:

Was this article helpful? Thanks for the feedback Thanks for the feedback

How can we help? How can we help?