Computing. Programming. Web development. Graphic design. 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 change the text size using font-size.

The #myid ++ p selector selects all p elements immediately preceded by #myid.

The #myid > p selector selects all child p elements of #myid.

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