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

Quizzes de desarrollo web

Clock
Minutes
Seconds
The * selector selects all elements.

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

Inline styles, for example <h1 style="color:blue">Hello</h1>, are a good practice.

Internet Explorer cannot interpret CSS.

The #myid ++ p selector selects all p elements immediately preceded by #myid.