PHP Classes

File: test/sample/simple.html

Recommend this page to a friend!
  Classes of Manuel Lemos   Secure HTML parser and filter   test/sample/simple.html   Download  
File: test/sample/simple.html
Role: Auxiliary data
Content type: text/plain
Description: HTML document used in the example scripts
Class: Secure HTML parser and filter
Parse and filter insecure HTML tags and CSS styles
Author: By
Last change:
Date: 14 years ago
Size: 356 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <title>Simple</title> <script type="text/javascript"><!-- function hello() { alert('Hello world!'); } // --></script> <style type='text/css'><!-- .hello { font-weight: bold } --></style> </head> <body onload="hello()"> <p class=hello>Hello world!</p> </body> </html>