CSS

css

Common HTML Tag Misuses

Misuse of the <br> tag How not to use the <br> tag A common misuse of the <br> tag is to use it to create spaces or gaps in your content. WYSIWYG editors are notorious for injecting multiple line breaks or empty paragraph tags. How to properly use the <br> tag The <br> is used to insert a line

Common HTML Tag Misuses Read More »

Using CSS Variables

It is very common to find repeated property values in a CSS stylesheet. CSS Variables allow authors to define variables that are reusable as property values anywhere in a stylesheet and queryable/modifiable through an extension of the CSS Object Model. CSS Variables can define stylesheet-wide values identified by a token and usable in all CSS

Using CSS Variables Read More »

Nostálgicos de las tablas

¿Cómo imitar el comportamiento de las tablas cuando los altos de las divs se resisten? . Visto en slashdot.: Consiste en declarar las propiedades de display como “table” para el body, de “table-row” para los elementos que abarcan toda la amplitud del body, y “table-cell” para los que sólo ocupan una parte. Por lo que

Nostálgicos de las tablas Read More »

Scroll to Top