Skip to main content

Describing ordered and unordered lists


<!DOCTYPE html>

<html>

<body>

 

  <p>Unordered List</p>

  <ul>

    <li>lenovo</li>

    <li>Oppo</li>

    <li>Microsoft</li>

  </ul>

 

  <p>Ordered List</p>

  <ol type= "a">

    <li>lenovo</li>

    <li>Oppo</li>

    <li>Microsoft</li>

  </ol>

   

</body>

</html>

     Unordered list - Item Markers
disk
square
circle
none

The  list-style-type property is used to describe the type of list item Markers.

Syntax: <ul style ="list-style-type:none ">
                        -------------

   Ordered list

The type attribute of <ol> tag is used to select type of list item marker.

Comments

Popular posts from this blog

Removing HTML Tags from string in C#

Hello friends, With this very first post of our new Blog GimiBits, we start our whole new journey contributing to information technology. Our First post is about the logic to remove the HTML tags from the given string with C# (C Sharp) programming language. Logic is very Simple to Implement, we take up a string and for its each index char we find the opening '<' braces and ignores the inside content until the closing '>' braces is not encountered and save to another char[] datatype. Here is a function based Implementation of the logic:  public string RemoveHtmlTags(string Html)         {             string content = Html;             char[] array = new char[content.Length];             int arrayIndex = 0;           ...

List Of Most Searched Topics On Google 2016

List Of Most Searched Topics On Google                                                                                                                               source Global Searches   1) Pokémon Go  2) iPhone 7   3) Donald Trump   4) Prince   5) Powerball   6) David Bowie   7) Deadpool   8) Olympics   9) Slither.io  1 0) Suicide Squad Global News   1) US Election  2) Olympics   3) Brexit   4) Orlando Shooting  5) Zika Virus   6) Panama Papers  7) Nice 8) Brussels  9) Dallas Shooting  10)...

15 BEST PHOTO EDITING APPS FOR ANDROID

There are various photo editing apps available on play store.But there are few apps that can make the most unflattering of images into pieces of art in a matter of few taps.From Amazing Photo Effects to Clicking Best                       Selfies,These Apps are Worth a Shot. 1. Adobe Photoshop Lightroom Bring Beautiful Images into light with adobe lightroom.powered by the magic ofadobe photoshop technology,lightroom for mobile enables you to craft and share professional quality images from smartphone to reality. Adobe has vastly improved their mobile offerings over the last year with Lightroom and Photoshop Express leading the charge in the photo editing apps department.Winner of 2015 Professional photographer hot one awards in the photo category app. They’re both more powerful than average and they both also sync to the desktop variants as long as you use the Adobe Creative Cloud. Individually, Lightroom can be u...