Skip to Content
Oracle® Web Application Programming for PL/SQL® Developers
book

Oracle® Web Application Programming for PL/SQL® Developers

by Susan Boardman, Melanie Caffrey, Solomon Morse, Benjamin Rosenzweig
December 2002
Intermediate to advanced
745 pages
17h 26m
English
Pearson
Content preview from Oracle® Web Application Programming for PL/SQL® Developers

HTML Code Naming Conventions and Formatting Guidelines

CASE

HTML, like PL/SQL, is case-insensitive. The guideline here is to use upper case for tags and tag attributes and use lower case for tag attribute values.

White Space and Quotes

White space (extra lines and spaces) is as important in HTML as it is in PL/SQL. It provides the main readability factor. Put double quotes around all attribute values, whether the value contains a space or not.

Suggestion: Line up opening and closing tags (<HTML>, <BODY>, etc.) on the left. Indent 3 spaces (use the spacebar, not the tab key) for structures within structures, such as table rows within a table and table cells within table rows. Put each part of the structure on a new line.

Naming Conventions ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Java™ Oracle® Database Development

Java™ Oracle® Database Development

David J. Gallardo
The Java EE 6 Tutorial: Basic Concepts, Fourth Edition

The Java EE 6 Tutorial: Basic Concepts, Fourth Edition

Eric Jendrock, Ian Evans, Devika Gollapudi, Kim Haase, Chinmayee Srivathsa
Oracle® PL/SQL® Interactive Workbook, Second Edition

Oracle® PL/SQL® Interactive Workbook, Second Edition

Benjamin Rosenzweig, Elena Silvestrova

Publisher Resources

ISBN: 0130477311Purchase book