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

Web development quizzes

Clock
Minutes
Seconds
We can use word-wrap:break-word; to break long words.

text-transform: uppercase; doesn't exist.

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

You can change the background color using background-color or background.

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