- Learning Bootstrap 4(Second Edition)
- Matt Lambert
- 154字
- 2021-07-14 10:32:16
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: "Bootstrap has taken normalize.css
and extended it with a new module. "
A block of code is set as follows:
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags always come first --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Any command-line input or output is written as follows:
$ sudo npm install -g harp
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The first is the white button labeled Close, which, when clicked, will close the Modal."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Spring Cloud Alibaba核心技術與實戰案例
- Interactive Data Visualization with Python
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- 深度學習:算法入門與Keras編程實踐
- Big Data Analytics
- C#程序設計(項目教學版)
- C語言程序設計實踐
- .NET 4.0面向對象編程漫談:應用篇
- Python面試通關寶典
- Clojure編程樂趣
- Kotlin程序員面試算法寶典
- SEO的藝術(原書第2版)
- Test-Driven Java Development(Second Edition)
- ACE技術內幕:深入解析ACE架構設計與實現原理
- Kudu:構建高性能實時數據分析存儲系統