Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Reparaciones.

Quizzes de desarrollo web

Clock
Minutes
Seconds
CSS was first proposed by Håkon Wium Lie in 1994.

You can center a div with margin: 0 auto.

We can refer to an external style sheet at the end of the HTML document.

An external CSS file can be associated with an HTML document using this sintax: <link href="path/to/file.css" rel="stylesheet">

There are only 2 ways to place styles in a HTML document: External CSS and inline CSS.