- Responsive Web Design with HTML5 and CSS3
- Ben Frain
- 219字
- 2021-08-06 20:03:37
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "HTML5 also accepts a far slacker syntax to be considered "valid". For example, <sCRipt SrC=js/jquery-1.6.2.js></script>
is just as valid as the prior example."
A block of code is set as follows:
<div class="header"> <div class="navigation"> <ul class="nav-list"> <li><a href="#" title="Home">Home</a></li> <li><a href="#" title="About">About</a></li> </ul> </div> <!—end of navigation --> </div> <!—end of header -->
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
#wrapper { margin-right: auto; margin-left: auto; width: 96%; /* Holding outermost DIV */ } #header { margin-right: 10px; margin-left: 10px; width: 97.9166667%; /* 940 ÷ 960 */ }
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "For example, the navigation menu doesn't alternate between red and black, the main THESE SHOULD HAVE WON button in the content area and the full info buttons from the sidebar are missing and the fonts are all a far cry from the ones shown in the graphic file".
- Mastering Objectoriented Python
- C++面向對象程序設計(微課版)
- TestNG Beginner's Guide
- 羅克韋爾ControlLogix系統應用技術
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Rust Cookbook
- Hadoop+Spark大數據分析實戰
- Full-Stack Vue.js 2 and Laravel 5
- Cassandra Data Modeling and Analysis
- Learning Unity 2D Game Development by Example
- ASP.NET程序開發范例寶典
- 小學生C++趣味編程從入門到精通
- 面向對象分析與設計(第3版)
- Kotlin入門與實戰
- jQuery EasyUI從零開始學