官术网_书友最值得收藏!

Conventions

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

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We will enter the following HTML code in the index.html file."

A block of code is set as follows:

<!DOCTYPE html>
<html lang='en'>
<head>
  <meta charset='utf-8'>
  <title>Color Quest</title>
  <link rel="stylesheet" href="game.css">
</head>
<body>
  <!-- game content here -->
  <script src='js/game.js'></script>
</body>
</html>

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

startLevel: function() {
  game.quest = new game.Quest(this.currentLevel);
 game.compositionSeq = [];
 game.composition = new game.Composition();
  game.gameScene.visualize(game.quest);
 game.gameScene.handleInput();
},

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on the Compress JavaScript button and the tool generates the compressed code into the text area of the result."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 浑源县| 阳山县| 高台县| 且末县| 探索| 无锡市| 日照市| 宜宾市| 福安市| 丰城市| 常熟市| 历史| 府谷县| 灵川县| 固阳县| 庆安县| 囊谦县| 思茅市| 安吉县| 台中县| 彭泽县| 南漳县| 隆化县| 湘乡市| 密云县| 蓝山县| 五家渠市| 隆昌县| 自贡市| 买车| 乌拉特中旗| 锡林浩特市| 芜湖市| 云梦县| 来宾市| 绿春县| 岗巴县| 昌平区| 中西区| 吐鲁番市| 万山特区|