Windows. Linux. Wordpress. Joomla. GIMP. Inkscape. Kdenlive. Hardware. Networking.

Web development quizzes

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

You can make columns with float:left.

We can create gradients with linear-gradient and radial-gradient.

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

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