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

Quizzes de desarrollo web

Clock
Minutes
Seconds
You can change the style of a html class with #myclass{}.

CSS has no ability to specify property values as simple expressions (like margin-right: 20% + 4px;).

You can change the style of a html class with .myclass{}.

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

The p:nth-child(3) selector selects the third p element of its parent.