Community Server Quickly
上QQ阅读APP看书,第一时间看更新

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are two styles for code. Code words in text are shown as follows: "You can also modify the background color of the page header and other adjoining areas by supplying the appropriate value for the background-color property."

A block of code will be set as follows:

body, html
{
margin: 0px;
padding: 0px;
color: #000000;
font-family: Tahoma, Arial, Helvetica;
background-color: #999966;
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

body, html
{
margin: 0px;
padding: 0px;
color: #000000;
font-family: Tahoma, Arial, Helvetica;
background-color: #999966;
}

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.