Adding Content to the Template

Example 2-18 takes the template created in Chapter 1, “Building an HTML Page,” and has added some of the features introduced in this chapter so you can get context for them in a working document.

Example 2-18. Adding content to the template

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><head><title>your site : location within site : topic title</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="keywords" content="your, keywords, here" /><meta name="description" content="your description here" /><meta name="author" content="your name here" /></head><body><h1>Welcome!</h1><p>Here are a few things I enjoy.</p> ...

Get Spring Into HTML and CSS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.