👋🏼 Welcome 👋🏼

Instagram |
Twitter |
LinkedIn
Choose your language 👅
* [English](#english-version)
* [Spanish](#spanish-version)
English version 🚀
Consider the following code:
| CSS | HTML |
:---:|:---:|
 | 
What would you see in the browser ?
Click here to see the correct answer and explanation 👀
Correct Answer | Explanation |
:---: | --- |
A 🎉 | The [W3C’s](https://www.w3.org/TR/CSS2/visudet.html#q4) CSS2 spec states that for Inline, the `width` property does not apply. |
> *Recommended reading* 👉🏼 [Inline elements and padding](https://maxdesign.com.au/articles/inline/)
Spanish version 🚀
Considera el siguiente código:
| CSS | HTML |
:---:|:---:|
 | 
¿ Qué verías en el navegador ?
Haz click aquí para ver la respuesta correcta y su explicación 👀
Respuesta correcta | Explicación |
:---: | --- |
A 🎉 | La especificación CSS2 del [W3C](https://www.w3.org/TR/CSS2/visudet.html#q4) establece que para los elementos en línea, la propiedad `width` no se aplica. |
> *Lectura recomendada* 👉🏼 [Inline elements and padding](https://maxdesign.com.au/articles/inline/)