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

Web development quizzes

Clock
Minutes
Seconds
Media queries are usually used to make responsive websites.

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

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.

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