-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 3.2 - The Essentials and More
By :
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: "On a page level, we define the<style> tag in the<head> section of the HTML code."
A block of code is set as follows:
<head> . . . <link rel="stylesheet" type="text/css" href="myCSS.css" /> . . . </head>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
select *
from emp t
where t.deptno = v('P1_DEPTNO')
and t.hiredate = (select max(hiredate) hiredate
from emp t1
where deptno = v('P1_DEPTNO'))
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: "APEX includes some wizards and tools, such as the Wizard Report and Query Builder."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour