Beginning Web Programming with HTML, XHTML, and CSS

This beginning guide reviews HTML and also introduces you to using XHTML for the structure of a web page and cascading style sheets (CSS) for controlling how a document should appear on a web page. You?ll learn how to take advantage of the latest features of browsers while making sure that y our pag...

Descripción completa

Detalles Bibliográficos
Autor principal: Duckett, Jon (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Chichester : Wiley 2008.
Edición:2nd ed
Colección:Wrox beginning guides.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627480706719
Tabla de Contenidos:
  • Beginning Web Programming with HTML, XHTML, and CSS, Second Edition; About the Author; About the Technical Editor; Credits; Contents; Introduction; About the Book; Whom This Book Is For; What This Book Covers; What You Need to Use This Book; How This Book Is Organized; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Creating Structured Documents; A Web of Structured Documents; Introducing XHTML; Core Elements and Attributes; Attribute Groups; Basic Text Formatting; Presentational Elements; Phrase Elements; Lists; Editing Text; Using Character Entities for Special Characters
  • Comments The Element (deprecated); Understanding Block and Inline Elements; Grouping Elements with and ; Summary; Exercises; Chapter 2: Links and Navigation; Basic Links; Understanding Directories and Directory Structures; Creating Links with the Element; Advanced E-mail Links; Summary; Exercises; Chapter 3: Images and Objects; Adding Images to Your Site; Adding Other Objects with the Element; Using Images as Links; Image Maps; Summary; Exercises; Chapter 4: Tables; Introducing Tables; Basic Table Elements and Attributes; Advanced Tables
  • Accessibility Issues with Tables Summary; Exercises; Chapter 5: Forms; Introducing Forms; Creating a Form with the Element; Form Controls; Creating Labels for Controls and the Element; Structuring Your Forms with and Elements; Focus; Disabled and Read-Only Controls; Sending Form Data to the Server; Summary; Exercises; Chapter 6: Frames; Introducing the Frameset; When to Use Frames; The Element; The Element; The Element; Creating Links Between Frames; Nested Framesets; Floating or Inline Frames with ; Summary; Exercises
  • Chapter 7: Cascading Style Sheets Introducing CSS; Where You Can Add CSS Rules; CSS Properties; Controlling Fonts; Text Formatting; Text Pseudo-Classes; Selectors; Lengths; Percentages; Introducing the Box Model; Summary; Exercises; Chapter 8: More Cascading Style Sheets; Links; Backgrounds; Lists; Tables; Outlines; The :focus and :active Pseudo-Classes; Generated Content; Miscellaneous Properties; Additional Rules; Positioning with CSS; Summary; Exercises; Chapter 9: Page Layout; Understanding the Site; Page Size (and Screen Resolution); Designing Pages; Structuring Pages; Summary; Exercises
  • Chapter 10: Design Issues Text; Navigation; Shading Multiple Rows of a Table; Forms; Summary; Exercises; Chapter 11: Learning JavaScript; What Is Programming About?; How to Add a Script to Your Pages; The Document Object Model; Starting to Program with JavaScript; Variables; Operators; Functions; Conditional Statements; Looping; Events; Built-in Objects; Writing JavaScript; Summary; Exercises; Chapter 12: Working with JavaScript; Practical Tips for Writing Scripts; Form Validation; Form Enhancements; Image Rollovers; Random Script Generator; Pop-Up Windows; JavaScript Libraries
  • When Not to Use JavaScript