- 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.
- UNIX編程藝術
- PHP動態網站程序設計
- Learn TypeScript 3 by Building Web Applications
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 基于Java技術的Web應用開發
- C程序設計案例教程
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Quantum Computing and Blockchain in Business
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Android Development Tools for Eclipse
- MySQL 8從零開始學(視頻教學版)
- AutoCAD基礎教程
- SQL Server on Linux
- 城市信息模型平臺頂層設計與實踐
- R語言與網站分析