Computing. Programming. Web development. Graphic design. Networking.

Web development quizzes

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

You can change text size with text-size: 20px;

The CSS specifications are maintained by Microsoft.

#elementid:hover is a pseudo-class.

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