HTML Design Patterns
Design patterns for HTML programming
- HTML Document Design Pattern
- HTML Table with Border Design Pattern
- URL Redirect with HTML <meta/> Refresh
- Using
<meta http-equiv="refresh"/>
is one way to code a URL redirect. - Web Site Template Design Pattern
- A site template can be used to create a consistent "look and feel" for a web site in a single source file, which is easier to update and can be cached in browsers, resulting in faster page load times.