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

Web development quizzes

Clock
Minutes
Seconds
To set a color, the only way is to use a hexadecimal value. like #ffffff.

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

The CSS acronym means "Conditional Style Sheets"

This is a correct CSS file format: mystyle.sty.

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