Chuyển đến nội dung chính

Bài đăng

Textbox with placeholder in materialize css

      placeholder is the very important in text boxes, because we can give the label inside the textbox.placeholder in materialize css, placeholder is used to show the what you need to enter in the text box without any label box. when you start typing inside the textbox the placeholder text is hide. Example Program:- (Editor) Editor is Loading... Output:- Advertisement

Text box design in materialize css

     Text Boxes are designed suitable for mobile also, it appear user friendly. And we can use this materialize css text box using just call  input-field class.         <div class="input-field col s6">             <input id="first_name" type="text" class="validate">             <label for="first_name">Name</label>         </div> Example Program:- (Editor) Editor is Loading... Output:- Advertisement

materialize css footer class

     Materialize css have some footer classes for creating footer contents, like sitemap notes copyright note and etc. Example Program:- (Editor) Editor is Loading... Output:- Advertisement

How to unpublish published post from blogger?

     In some situation we need to hold or pause some posts in blogger without remove, in that time we can follow the following steps. Step 1      Login to your blogger. Step 2       Select your blog from lists of blogs. Step 3       Select the posts from the lists and just press the Revert to draft button to unpublished the post from blogger. Step 4       Now selected posts are unpublished ( not removed just hold )  and saved in draft menu, you can again publish the same post by pressing Publish button.

materialize css chip class

      chip class is used to create tags, with or without images. Also we can place close button to remove tag. Example Program:- (Editor) Editor is Loading... Output:- Advertisement

Image card in materialize css

      card-image class is used to create a card with images. Example Program:- (Editor) Editor is Loading... Output:- Advertisement

Basic Card in materialize css

     Materialize css have some classes for creating cards, card is used to highlight some words on the website or blog. Example Program:- (Editor) Editor is Loading... Output:- Advertisement