- jQuery for Designers Beginner's Guide Second Edition
- Natalie MacLees
- 273字
- 2021-09-03 10:08:29
Time for action – heading
- Action 1
- Action 2
- Action 3
Instructions often need some extra explanation so that they make sense, so they are followed with:
What just happened?
This heading explains the working of tasks or instructions that you have just completed.
You will also find some other learning aids in the book, including:
Pop quiz – heading
These are short multiple-choice questions intended to help you test your own understanding.
Have a go hero – heading
These are practical challenges that give you ideas for experimenting with what you have learned.
You will also 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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "This returns the <body>
tag wrapped in a jQuery
object."
A block of code is set as follows:
var x = 5; var y = 2; var z = x + y;
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<head>
<title>Practice Page</title>
<link rel="stylesheet" href="styles/styles.css"/>
</head>
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: "Just go to your browser's File menu and choose Save Page As... or right-click on the page and select Save As...."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 極簡算法史:從數(shù)學(xué)到機(jī)器的故事
- Apache Mesos Essentials
- Unity 5.x By Example
- PHP 7+MySQL 8動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- 青少年信息學(xué)競賽
- Java Web開發(fā)就該這樣學(xué)
- Learning Continuous Integration with TeamCity
- Django 5企業(yè)級Web應(yīng)用開發(fā)實(shí)戰(zhàn)(視頻教學(xué)版)
- Visual Basic程序設(shè)計(jì)(第三版)
- Python商務(wù)數(shù)據(jù)分析(微課版)
- Training Systems Using Python Statistical Modeling
- Visual Basic程序設(shè)計(jì)全程指南
- Moodle 3 Administration(Third Edition)
- PhoneGap 4 Mobile Application Development Cookbook