If you find this helpful, please click the Google Button to the left, if it is white, to make it turn blue or red. Thank you! (It also helps find this page again more easily.) |
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.