PHP Classes

File: test.html

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Minify HTML CSS JS   test.html   Download  
File: test.html
Role: Auxiliary data
Content type: text/plain
Description: Sample HTML file
Class: PHP Minify HTML CSS JS
Compress Web files removing unnecessary text
Author: By
Last change:
Date: 5 years ago
Size: 458 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <title>Im not mainfied</title> <style type="text/css"> /*im comments in css block */ body { background-color: black; color: white; /*display: inline-flex;*/ } </style> </head> <body> <h1>Im heading</h1> <p>Im paragraph</p> <p id='demo'></p> <!-- Im html comments --> </body> <script type="text/javascript"> /* im script */ document.getElementById('demo').innerHTML = 'Hello JavaScript'; </script> </html>