Semantic-UI Placeholder Fluid 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 Fluid 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 a fluid placeholder takes up the width of its container. Semantic UI Placeholder Fluid Variation Class: fluid: This class is used to create fluid for placeholders. Syntax: <div class="ui fluid placeholder"> ... </div> The below example illustrates the Semantic-UI Placeholder Fluid Variation: Example 1: 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 Fluid Variation</h3> </center> <div class="ui fluid 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> </body> </html> Output: Example 2: 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 Fluid Variation </h3> </center> <div class="ui fluid placeholder"> <div class="image header"> </div> <div class="paragraph"> <div class="line"></div> <div class="line"></div> <div class="line"></div> </div> </div> <div class="ui fluid placeholder"> <div class="image header"> </div> <div class="paragraph"> <div class="line"></div> <div class="line"></div> <div class="line"></div> </div> </div> </body> </html> Output: Reference: https://semantic-ui.com/elements/placeholder.html#fluid Comment More infoAdvertise with us Next Article Semantic-UI Placeholder Fluid 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 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 Placeholder Inverted 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 Inverted Variation. It is eq 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 Semantic-UI Search Fluid Variation 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 Search is used to allow the us 2 min read Semantic-UI Popup Fluid 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 Like