VOOZH about

URL: https://www.geeksforgeeks.org/css/semantic-ui-menu-tabular-type/

⇱ Semantic-UI Menu Tabular Type - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Semantic-UI Menu Tabular Type

Last Updated : 17 Mar, 2022

Semantic UI is an open-source framework that uses CSS and jQuery to build great user interfaces. It is the same as a bootstrap for use and has great different elements to use to make your website look more amazing.

Semantic-UI Menu is used to display the grouped navigation menu. Menu Tabular Type is used to display the items in tabular form to show the information in the tabs. In this article, we will discuss Semantic-UI Menu Tabular Type.

Semantic-UI Menu Tabular Type Class:

  • tabular: This class is used to format menu to show tabular information.

Syntax:

<div class="ui tabular menu">
 ....
</div>

Example 1: This example describes the uses of Semantic-UI Menu Tabular Type.

Output:

👁 Semantic-UI Menu Tabular Type
Semantic-UI Menu Tabular Type


Example 2: This example describes the uses of Semantic-UI Menu Tabular Type with more tabs.

Output:

👁 Semantic-UI Menu Tabular Type
Semantic-UI Menu Tabular Type

Reference: https://semantic-ui.com/collections/menu.html#tabular

Comment