August 2013
Beginner
70 pages
1h 26m
English
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: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Instant jQuery Selector How-to</title>
</head>
<body>
</body>
</html>When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<script src="jquery-1.10.1.min.js"></script>
<script>
$(document).ready(function() {
$('*').css('border', '2px solid #000000');
});
</script>
New terms and ...
Read now
Unlock full access