Mastering Microsoft Dynamics 365 Customer Engagement
上QQ阅读APP看书,第一时间看更新

Conventions used

There are a number of text conventions used throughout this book.

A block of code is set as follows:

    <head> 
        <h1>Welcome to Vendor Management App</h1> 
        <img src="..//webresources/mdl_bathroomimage" alt="Trulli" 
width="500" height="333"> </head>

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

    <head> 
        <h1>Welcome to Vendor Management App</h1> 
        <img src="..//webresources/mdl_bathroomimage" alt="Trulli" 
width="500" height="333"> </head>

Any command-line input or output is written as follows:

$ mkdir css
$ cd css

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select Vendor Management to load the app."

Warnings or important notes appear like this.
Tips and tricks appear like this.