PHP Classes

File: example1.html

Recommend this page to a friend!
  Classes of Jeff Williams   Easy Template   example1.html   Download  
File: example1.html
Role: Auxiliary data
Content type: text/plain
Description: Example 1 - Old style comment tags
Class: Easy Template
Template engine based on real HTML tag replacement
Author: By
Last change: Initial Release
Date: 17 years ago
Size: 332 bytes
 

Contents

Class file image Download
<html> <head> <title>Example Template</title> <!--JavaScriptTag --> </head> <body> <p>Hello, <!--NameTag -->, this is an example of the template class.</p> <input type="text" value="<!--TextFieldTag -->" /> <hr /> <input type="checkbox"<!--CheckedTag --> /> We can determine if checked in code </body> </html>