- 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.
- 黑客攻防從入門到精通(實戰秘笈版)
- HTML5+CSS3王者歸來
- Mastering Entity Framework
- Learn React with TypeScript 3
- Mastering JBoss Enterprise Application Platform 7
- 從0到1:Python數據分析
- Julia高性能科學計算(第2版)
- Fast Data Processing with Spark(Second Edition)
- 軟件項目管理實用教程
- Arduino Wearable Projects
- 大學計算機基礎實訓教程
- Android 游戲開發大全(第二版)
- ASP.NET jQuery Cookbook(Second Edition)
- 計算機軟件項目實訓指導
- 深度學習的數學:使用Python語言