VOOZH about

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

⇱ Materialize CSS Centered Table - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Materialize CSS Centered 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 Centered Table is used to align all the text in the center using the centered class. In this article, we will discuss the Centered Table in Materialize CSS.

Materialize CSS Centered Table Class:

  • centered: This class is used to align all the text in the center.

Syntax:

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

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

Output:

👁 Image
Materialize CSS Centered Table


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

Comment
Article Tags: