Duration: 16:15 min
Summary: In this lesson, we will discuss the comparison operator and the display style. We will take a look at the difference between the == and === operators. === is almost always the operator that you need to use because it compares the content and the type. This is most likely what you need. In addition, we will work with the display style by including a span within a div. Then, we will change the different values for the display property and see its impact on the display. Pay special attention to the ‘inline-block’ and see how it impacts the display of the span.