# CSS - inline
Alright, let’s switch up Web Basics to cover CSS. Beside JavaScript algorithm questions, you might also get asked CSS related questions. So let’s make sure you’re ready and level up your web basics! And yes, at the end, there will be a #WebBasicsChallenge 📝
The display
property specifics the display behaviour of an element. It’s a must know for controlling the layout of an element. There’s a bunch of property values. But today’s, let’s learn about inline
.
inline
: displays an element as an inline element. Any height and width properties will have no effect.
Some inline
elements include the <span>
, <a>
, <strong>