| Chapter 4: Creating (X)HTML Document Structure |
|
|
|
| Sections - Part II: Formatting Web Pages with (X)HTML | |
|
The framework for a simple (X)HTML document consists of a head and body. The head provides information about the document to the browser, and the body contains information that appears in the browser window. The first step toward creating any (X)HTML document is defining its framework. Page 65: Note that you must include the following tag in the <head> tag in your Web pages:<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> This is used for validating HTML and XHTML files Page 67/68, Figure 4-3: Only content in the <body> element appears in the browser window (display view) (code view)
.ZIP file of chapter code samples (2kb)
|
|
| Last Updated on Monday, 30 June 2008 11:37 |