VOOZH about

URL: https://www.geeksforgeeks.org/css/materialize-css-striped-table/

⇱ Materialize CSS Striped Table - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Materialize CSS Striped Table

Last Updated : 23 Jul, 2025

Materialize CSS is a design language that combines the classic principles of successful design along with innovation and technology. It is created and designed by Google. It is very easy to use to make our webpage dynamic and responsive.

Materialize CSS Table is used to store the data in the rows and columns in a well-structured manner. Materialize CSS Striped Table is used to create the striped table with the help of striped class. In this article, we will discuss Striped Table in Materialize CSS.

Materialize CSS Striped Table Class:

  • striped: This class is used to give the strip style to the table.

Syntax:

<table class="striped">
 ... 
</table>

Example: The following code demonstrates the Materialize CSS Striped Table.


Output:

👁 Image
Materialize CSS Striped Table


Reference: https://materializecss.com/table.html#striped

Comment
Article Tags: