- JavaScript for .NET Developers
- Ovais Mehboob Ahmed Khan
- 162字
- 2021-08-20 10:41:11
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: "JavaScript can be placed in the <head>
or <body>
sections of your HTML page."
A block of code is set as follows:
<html> <head> <script> alert("This is a simple text"); </script> </head> </html>
Any command-line input or output is written as follows:
dotnet ef database update –verbose
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: "When the page loads, it will show the pop-up message and a text as This is a simple text."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Arduino by Example
- PyQt從入門到精通
- 算法訓練營:入門篇(全彩版)
- Web交互界面設計與制作(微課版)
- Python計算機視覺編程
- Jenkins Continuous Integration Cookbook(Second Edition)
- Visual C#通用范例開發金典
- Active Directory with PowerShell
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- Application Development with Swift
- Android智能手機APP界面設計實戰教程
- Learning Cocos2d-JS Game Development
- 微信小程序開發邊做邊學(微課視頻版)
- 大話程序員:從入門到優秀全攻略
- VC++ 2008專題應用程序開發實例精講