Semantic-UI Placeholder Inverted Variation Last Updated : 22 Mar, 2022 Comments Improve Suggest changes 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. In this article, we are going to learn about Placeholder Inverted Variation. It is equipped with pre-built semantic components that help create responsive layouts using user-friendly HTML, and it uses predefined CSS and jQuery to incorporate different frameworks. A placeholder is used to reserve space for content that soon will appear in a layout and inverted variation placeholders can have their colors inverted. Semantic-UI Placeholder Inverted Variation Class: inverted: This class is used to make the input inverted(color-wise). Syntax: <div class="ui inverted segment"> <div class="ui active inverted placeholder"> ... </div> </div> The below example illustrates the Semantic-UI Placeholder Inverted Variation: Example 1: The below example illustrates the Semantic UI placeholder Inverted Variation. HTML <!DOCTYPE html> <html> <head> <link href= "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" rel="stylesheet" /> </head> <body> <center> <h1 class="ui header green"> GeeksforGeeks </h1> <strong> Semantic-UI </strong> <h3 class="ui dividing header"> Placeholder Inverted Variation </h3> </center> <div class="ui inverted segment"> <div class="ui active inverted placeholder"> <div class="image header"> <div class="line"></div> <div class="line"></div> </div> <div class="paragraph"> <div class="line"></div> <div class="line"></div> <div class="line"></div> </div> </div> </div> </body> </html> Output: Example 2: The below example illustrates the Semantic UI placeholder Inverted Variation. HTML <!DOCTYPE html> <html> <head> <link href= "https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" rel="stylesheet" /> </head> <body> <center> <h1 class="ui header green"> GeeksforGeeks </h1> <strong> Semantic-UI </strong> <h3 class="ui dividing header"> Placeholder Inverted Variation </h3> </center> <div class="ui inverted segment"> <div class="ui active inverted placeholder"> <div class="image header"> </div> <div class="paragraph"> <div class="line"></div> <div class="line"></div> </div> </div> </div> <div class="ui inverted segment"> <div class="ui active inverted placeholder"> <div class="image header"> </div> <div class="paragraph"> <div class="line"></div> <div class="line"></div> </div> </div> </div> </body> </html> Output: Reference: https://semantic-ui.com/elements/placeholder.html#inverted Comment More infoAdvertise with us Next Article Semantic-UI Placeholder Inverted Variation V volumezero9786 Follow Improve Article Tags : Web Technologies CSS Geeks Premier League Geeks-Premier-League-2022 Semantic-UI Semantic-UI Elements +1 More Similar Reads Semantic-UI Loader Inverted Variation Semantic UI is an open-source development framework that provides pre-defined classes to make our website look beautiful, amazing, and responsive. It is similar to Bootstrap which has predefined classes. It uses jQuery and CSS to create interactive interfaces. It can also be directly used via CDN li 2 min read Semantic-UI Placeholder Fluid Variation 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. In this article, we are going to learn about Placeholder Fluid Variation. It is equip 2 min read Semantic-UI Placeholder Variations 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. In this article, we are going to learn about Placeholder Variations. It is equipped w 2 min read Semantic-UI Popup Inverted Variation Semantic UI is a modern framework used in developing seamless designs for web pages, It gives the user a lightweight experience with its components. It uses predefined CSS and jQuery to incorporate different frameworks. It makes web pages look amazing and responsive. Semantic UI Popup is used to dis 2 min read Semantic-UI Placeholder Line Length Variation 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. In this article, we are going to learn about Placeholder Variations. The Semantic-UI 2 min read Like