- 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.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Advanced Machine Learning with Python
- JavaScript高效圖形編程
- Mastering Ember.js
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- 新手學Visual C# 2008程序設計
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- JavaScript前端開發(fā)與實例教程(微課視頻版)
- Linux環(huán)境編程:從應用到內核
- 案例式C語言程序設計實驗指導
- Building Dynamics CRM 2015 Dashboards with Power BI
- 并行編程方法與優(yōu)化實踐
- PHP+MySQL動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學版)
- Learning Grunt
- Angular Design Patterns