- UX for the Web
- Marli Ritter Cara Winterbottom
- 153字
- 2021-07-08 10:12:18
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: "The bitmap graphic format (.bmp) for images."
A block of code is set as follows:
<form action="post">
<label for="username">Username</label>
<input id="username" type="text" aria-required="true" />
<hr/>
<label for="password">Password</label>
<input id="password" type="text" aria-required="true" />
<hr/>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<button type="submit" aria-disabled="true" aria-describedby="usernameError passwordError">Login</button>
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: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 現代C++編程:從入門到實踐
- 數字媒體應用教程
- 從零開始:數字圖像處理的編程基礎與應用
- SOA實踐
- Python從小白到大牛
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Git高手之路
- C++程序設計基礎教程
- Mastering JavaScript Design Patterns(Second Edition)
- Test-Driven Machine Learning
- SQL Server 入門很輕松(微課超值版)
- Magento 2 Beginners Guide
- .NET 4.0面向對象編程漫談:應用篇
- Clojure Web Development Essentials