Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

About Web Design Book Chapter 7 - Example 7-2

Here is the code for example 7-2 in the About Web Design book.

The Page | The HTML

The HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Contact Dogs and Their Toys</title>
<meta name="description" content="Send your question to the Dogs and Their Toys team." />
<meta name="keywords" content="dogs, dog toys, canines, information about dogs, dog help, contact us" />
</head>
<body>
<h1>Dogs and Their Toys</h1>
<h2>Contact Us</h2>
<form action="mailto:webdesign.guide@about.com" method="get" enctype="text/plain">
<label accesskey="n" for="name">Name:
<input type="text" name="name" id="name" value="" size="40" /></label><br />
<label accesskey="e" for="email">Email:
<input type="text" name="email" id="email" value="" size="40" /></label>
</form>
</body>
</html>

Replace the title and meta tags with your own site content.

Here's what the page looks like.

Jennifer Kyrnin

Explore Web Design / HTML

About.com Special Features

Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. About.com Web Design A to Z
  5. Books
  6. About Web Design Book
  7. AWD: Chapter 7
  8. About Web Design Book Chapter 7 - Example 7-2

©2009 About.com, a part of The New York Times Company.

All rights reserved.