HTML, XHTML, and CSS your visual blueprint for designing effective web pages

If you've ever been curious about any of the multitude of internet acronyms, the web technologies they represent, and how they can benefit you, this book is a great place to start. This book covers all the necessary topics to get up and running with HTML, XHTML, and CSS while offering readers a...

Descripción completa

Detalles Bibliográficos
Autor principal: Huddleston, Rob (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Indianapolis : Wiley c2008.
Edición:1st edition
Colección:Visual read less, learn more.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627751506719
Tabla de Contenidos:
  • HTML, XHTML, and CSS; TABLE OF CONTENTS; HOW TO USE THIS BOOK; Chapter 1 Introducing HTML and XHTML 1.0; Introducing HTML; Introducing XHTML 1.0; Introducing Cascading Style Sheets; Introducing JavaScript; Understanding Creation Tools; Understanding Web Browsers; Understanding Web Servers; Plan Your Web Site; Chapter 2 Introducing HTML Basics; Create a Basic Web Page; Save and Preview a Web Page; Create Headings; Create Paragraphs; Add Line Breaks; Add Horizontal Rules; Add Comments to the Code; Apply Logical Formatting; Chapter 3 Creating Hyperlinks; Plan Your Navigation
  • Structure Web Site FilesUnderstanding File Paths; Create a Link to a Page in Your Site; Create a Link to a Page on the Web; Create a Link Within a Page; Create a Link to an E-mail Address; Set Tooltips for Links; Test Your Links; Chapter 4 Working with Images; Understanding Image File Formats; Add an Image to Your Page; Specify Alternate Text for an Image; Specify the Size of an Image; Using Images as Links; Add a Favorites Icon; Chapter 5 Using Tables; Add a Table to Your Page; Add Headers to Your Table; Create Cells That Span Rows or Columns; Set the Border of the Table
  • Set the Width of a TableAdd Space Within a Table; Define Sections of a Table; Define Columns; Chapter 6 Using Lists; Add a Bulleted List to Your Page; Add a Numbered List to Your Page; Add a Definition List to Your Page; Nest a List Within a List; Chapter 7 Formatting the Text on Your Page; Get Started with Cascading Style Sheets; Understanding Units of Measurement; Set the Size of Text on a Page; Set the Font on a Page; Using Color on the Web; Change the Color of Text on a Page; Adjust the Height of Lines; Make Text Bold or Italic; Indent and Align Text; Using Additional Font Properties
  • Using the Font Shorthand PropertyChapter 8 Applying More Formatting to Your Page; Add Background Colors to Elements on a Page; Add Background Images to Elements on a Page; Control the Position of Background Images; Using the Background Shorthand Property; Add Padding to Elements on a Page; Add Borders to Elements on a Page; Add Margins to Elements on a Page; Set the Width and Height of Elements; Using CSS Shorthand Properties for the Box Model; Style Links; Style Tables; Replace the Bullets on a List; Control the Indentation of Lists; Customize Cursors
  • Chapter 9 Working with Other CSS SelectorsApply Styles to More than One Element at a Time; Using the Span Element; Structure the Page with the Div Element; Control Styles with Classes; Style Specific Elements with IDs; Apply Styles with Contextual Selectors; Apply Other Selectors; Create Effects with Pseudo-Elements; Apply Additional Styles through Pseudo-Classes; Specify Rules as Important; Create an External Style Sheet; Override Styles Using the Cascade; Chapter 10 Laying Out Your Page; Lay Out Your Page Using Floated Elements; Clear Floats; Lay Out Your Page Using Absolute Positioning
  • Lay Out Your Page Using Relative Positioning