Cargando…

Beginning HTML, XHTML, CSS, and JavaScript.

Provides instructions on creating a basic Web page and includes information on enhancing the site by using CSS, JavaScript, and XHTML.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Formato: Electrónico eBook
Idioma:Inglés
Publicado: John Wiley & Sons 2010.
Colección:Programmer to programmer.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover
  • Title Page
  • Copyright Page
  • About the Author
  • Credits
  • Table of Content
  • Introduction
  • Conventions
  • Source Code
  • Errata
  • p2p.wrox.com
  • Chapter 1: Structuring Documents for the Web
  • A Web of Structured Documents
  • Introducing HTML and XHTML
  • Tags and Elements
  • Separating Heads from Bodies
  • Attributes Tell Us About Elements
  • Learning from Others by Viewing Their Source Code
  • Elements for Marking Up Text
  • Basic Text Formatting
  • White Space and Flow
  • Creating Headings Using <hn> Elements
  • The align Attribute (Deprecated)
  • Creating Paragraphs Using the Element
  • Creating Line Breaks Using the <br /> Element
  • Creating Preformatted Text Using the <pre> Element
  • Presentational Elements
  • The Element
  • The Element
  • The Element (Deprecated)
  • The <s> and <strike> Elements (Deprecated)
  • The <tt> Element
  • The <sup> Element
  • The <sub> Element
  • The <big> Element
  • The <small> Element
  • The <hr /> Element
  • Phrase Elements
  • The <em> Element Adds Emphasis
  • The <strong> Element Adds Strong Emphasis
  • The <address> Element Is for Addresses
  • The <abbr> Element Is for Abbreviations
  • The <acronym> Element Is for Acronym Use
  • The <dfn> Element Is for Special Terms
  • The <blockquote> Element Is for Quoting Text
  • Using the cite Attribute with the <blockquote> Element
  • The <q> Element Is for Short Quotations
  • The <cite> Element Is for Citations
  • The <code> Element Is for Code
  • The <kbd> Element Is for Text Typed on a Keyboard
  • The <var> Element Is for Programming Variables
  • The <samp> Element Is for a Program Output
  • Lists
  • Using the Element to Create Unordered Lists
  • Ordered Lists
  • Definition Lists
  • Nesting Lists
  • Editing Text
  • Using Character Entities for Special Characters
  • Comments
  • The <font> Element (Deprecated)
  • Understanding Block and Inline Elements
  • Grouping Elements with <div> and <span>
  • The XML Declaration
  • Document Type Declaration
  • Core Elements and Attributes
  • The <html> Element
  • The <head> Element
  • The <title> Element
  • The <body> Element
  • Attribute Groups
  • Core Attributes
  • Internationalization
  • UI Events
  • Summary
  • Exercises
  • Chapter 2: Links and Navigation
  • Basic Links
  • Linking to Other Web Pages
  • Linking to E-mail Addresses
  • Understanding Directories and Directory Structures
  • Understanding URLs
  • Absolute and Relative URLs
  • The <base> Element
  • Creating Links with the Element
  • Creating a Source Anchor with the href Attribute
  • Creating a Destination Anchor Using the name and id Attributes(Linking to a Specific Part of a Page)
  • The Element8217;s Other Attributes
  • Advanced E-mail Links
  • Summary
  • Exercises
  • Chapter 3: Images, Audio, and Video
  • Adding Images Using the <img> Element
  • The src Attribute
  • The alt Attribute
  • The height and width Attributes
  • The align Attribute (Deprecated)
  • The border Attribute (Depr.