- Web Design Blueprints
- Benjamin LaGrone
- 153字
- 2021-07-16 10:57:34
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: " Add a selector for the navButton
class to the media query for viewports larger than 480px."
A block of code is set as follows:
<!doctype html> <html lang='en'> <head> <title>Responsive Web Design</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> </head> </html>
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: " Next, launch the file in your browser. Open the Inspector (right-click, and select Inspect Element) and go to the Network Tab."
- Apache Spark 2.x Machine Learning Cookbook
- 實用防銹油配方與制備200例
- Podman實戰
- C語言實驗指導及習題解析
- Elasticsearch for Hadoop
- 單片機應用與調試項目教程(C語言版)
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Fastdata Processing with Spark
- 人人都能開發RPA機器人:UiPath從入門到實戰
- JavaEE架構與程序設計
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Clojure編程樂趣
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- JavaScript編程精解(原書第3版)
- Python深度學習入門:從零構建CNN和RNN