display property values

What are different display property values?

The Answers for display property values is

display: value;

The value can be  

  1. inline, 
  2. block, 
  3. inline-block, 
  4. inline-flex, 
  5. inline-table, 
  6. table etc.
For example

.ui-widget-header {
    color: #fff !important;
    display: inline-block;

}
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

What are different display property values? What are different display property values? Reviewed by Anil Singh on 2:58 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^