Skip to content

rbnagar/phpHtmlDocument

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phpHtmlDocument

HtmlDocument is simple php class for html creation without using any meta tag

Examples:


setHeaders($doc->createElement("meta", array("name"=>"viewport", "content"=>"initial-scale=1.0"), null, true));
$doc->createElement("div", array("id"=>1), " hello world");
//print all the html
echo $doc->initHtml();
?>

About

HtmlDocument is simple php class for html creation without using any meta tag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages