- 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.
- SQL Server 從入門到項(xiàng)目實(shí)踐(超值版)
- Hands-On Image Processing with Python
- C#完全自學(xué)教程
- VSTO開(kāi)發(fā)入門教程
- Access 2010數(shù)據(jù)庫(kù)基礎(chǔ)與應(yīng)用項(xiàng)目式教程(第3版)
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- Big Data Analytics
- Building Serverless Applications with Python
- Babylon.js Essentials
- HTML5開(kāi)發(fā)精要與實(shí)例詳解
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Apache Camel Developer's Cookbook
- JavaScript+jQuery網(wǎng)頁(yè)特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程
- Advanced UFT 12 for Test Engineers Cookbook
- C語(yǔ)言程序設(shè)計(jì)實(shí)踐