Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Many web documents have similar structures. Take advantage of markup that makes it easier to share styles and expectations.
Web designers and developers have long conformed to structural components on a page. A common high-level page structure may look something like the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><metahttp-equiv="content-type"content="text/html;charset=UTF-8"/><title>...</title></head><body><divid="header">...</div><divid="nav">...</div><divid="article">...</div><divid="footer">...</div></body>