- Mastering Bootstrap 4(Second Edition)
- Benjamin Jakobus Jason Marah
- 163字
- 2021-06-24 19:25:46
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
<link rel="stylesheet"
>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
npm init
npm install bootstrap
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 System info from the Administration panel."
- 操作系統實用教程(Linux版)
- Implementing Cisco UCS Solutions
- WordPress Mobile Web Development:Beginner's Guide
- 精解Windows 8
- vSphere Virtual Machine Management
- 曝光:Linux企業運維實戰
- Mastering KVM Virtualization
- 異質結原理與器件
- Alfresco 4 Enterprise Content Management Implementation
- Kubernetes從入門到實踐
- 嵌入式系統原理及開發
- VMware NSX Cookbook
- Application Development in iOS 7
- jQuery UI Cookbook
- Advanced TypeScript Programming Projects