Semantic-UI Item Content Header Last Updated : 12 Feb, 2022 Summarize Comments Improve Suggest changes Share Like Article Like Report 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 Item content offers us different content like image, content, header, metadata, link, description, extra content, and rating. In this article, we will discuss and learn about the header content which plays an important role in item content. Semantic UI Item Content header class is used to create an item's header, which is one of the most required things in the content. Semantic UI Item Content Header Class: header: This class is used to create the header of the items. Syntax: <a class="header">...</a> Example: The below example illustrate the Semantic UI Item Content Header. This demonstrates an item with an image logo using item class with header, content, and description classes. HTML <!DOCTYPE html> <html> <head> <title>Semantic-UI Item Content Header</title> <link href= "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" rel="stylesheet" /> </head> <body> <center> <h1 style="color:green"> GeeksforGeeks </h1> <strong>Semantic-UI Item Content Header</strong> <br><br> </center> <div class="ui items"> <div class="item"> <a class="ui small image"> <img src= "https://media.geeksforgeeks.org/wp-content/uploads/20220123013311/gfg.png"> </a> <div class="content"> <a class="header">GeeksforGeeks</a> <div class="description"> <p> Free Tutorials, Millions of Articles, Live, Online and Classroom Courses ,Frequent Coding Competitions, Webinars by Industry Experts, Internship opportunities and Job Opportunities. </p> </div> </div> </div> </div> </body> </html> Output: Semantic-UI Item Content Header Reference: https://semantic-ui.com/views/item.html#header Comment More infoAdvertise with us Next Article Semantic-UI Icon Header Content S skyridetim Follow Improve Article Tags : Web Technologies CSS Semantic-UI Semantic-UI Views Similar Reads Semantic-UI List Header Content 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 looks more amazing. It uses a class to add CSS to the elements. Semantic-UI list provides us different v 3 min read Semantic-UI Image Header Content 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 header provides a short summary of content and itâs can contain 3 content 2 min read Semantic-UI Header Content 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 header provides a short summary of content and it's can contain 3 content 2 min read Semantic-UI Icon Header Content 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 header provides a short summary of content and itâs can contain 3 content 2 min read Semantic-UI Menu Header Content Semantic UI open-source framework gives icons or glyphs that are used to show pictures related to some elements using CSS and jQuery that is used to create great user interfaces. It is a development framework used to create beautiful and responsive layouts. Semantic UI Menu is a group of elements th 2 min read Semantic-UI Item Extra Content Semantic UI is a modern framework used in developing seamless designs for the website, It gives the user a lightweight experience with its components. It uses predefined CSS and jQuery to incorporate different frameworks. Semantic UI Item presents a large collection of similar types of data on a sit 2 min read Like