Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Repairs.

Web development quizzes

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

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

This selector exists: #elementid >>> p

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

You can center a div with margin: 0 auto.