Statements

Each script we write consists of a series of statements . Statements can be terminated with a line break

first statement
    second statement

or with a semicolon (;)

first statement;second statement;

For readability, and to avoid potential statement termination problems, it is recommended that you use both:

first statement;second statement;

Get Web Design in a Nutshell, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.