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

Web development quizzes

Clock
Minutes
Seconds
The border-image property doesn't exist.

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

You can make columns with float:left.

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

You can center a div with margin: 0 auto.