- Learn to Create WordPress Themes by Building 5 Projects
- Eduonix Learning Solutions
- 165字
- 2021-07-02 19:18:20
Conventions
In this book, you will find a number of styles of text 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: Code words in text are shown as follows: "The single.html file is going to represent the single image."
A block of code is set as follows:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</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:
<!DOCTYPE html>
<html>
<head>
<title>PhotoGenik</title>
</head>
<body>
</body>
</html>
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: "To upload a file, we'll click on the Select Files button."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- Spring 5.0 By Example
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- C++面向對象程序設計(微課版)
- PHP+MySQL網站開發技術項目式教程(第2版)
- Functional Programming in JavaScript
- 新編Premiere Pro CC從入門到精通
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Python機器學習算法: 原理、實現與案例
- 計算機應用基礎案例教程
- 好好學Java:從零基礎到項目實戰
- 智能搜索和推薦系統:原理、算法與應用
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Visual Basic程序設計基礎
- Android嵌入式系統程序開發(基于Cortex-A8)
- C/C++代碼調試的藝術