- Mastering CSS
- Rich Finelli
- 189字
- 2021-07-08 09:45:43
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, path names, dummy URLs, user input, and Twitter handles are shown as follows: "To change the size of text use the font-size property."
A block of code is set as follows:
h2 {
font-size: 26px;
font-style: italic;
color: #eb2428;
margin-bottom: 10px;
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
h2 {
font-size: 26px;
font-style: italic;
color: #eb2428;
margin-bottom: 10px;
}
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample/etc/asterisk/cdr_mysql.conf
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: "Clicking on the Next button moves you to the next screen."
- Python快樂編程:人工智能深度學習基礎
- Redis Applied Design Patterns
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- PHP程序設計(慕課版)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- SQL Server實用教程(SQL Server 2008版)
- Mastering Elixir
- 從Power BI到Analysis Services:企業級數據分析實戰
- Learning Bootstrap 4(Second Edition)
- Building Apple Watch Projects
- PHP 7 Programming Blueprints
- JavaScript程序設計實例教程(第2版)
- Git Version Control Cookbook
- PHP程序開發參考手冊
- Python語言基礎