collection class in materialize css

     collection class in materialize css it is used to create a list view.


    <div class="collection">

        <a href="#" class="collection-item">First Item</a>

        <a href="#" class="collection-item">Second Item</a>

        <a href="#" class="collection-item">Third Item</a>

        <a href="#" class="collection-item">Fourth Item</a>

    </div>


Example Program:- (Editor)


Editor is Loading...

Advertisement

Nhận xét

Bài đăng phổ biến từ blog này

How to set the SDK, NDK and JDK path to android studio?

if statement

Select all values from list box in a single click using javascript