How do i get this to work? [closed]
- by user1867842
This is my code.... it speaks for itself.
<?php
define("html","<html>");
define("htmlEnd","</html>");
etc...
etc...
?>
What i'm trying to do is make a wrapper for html's tags so they won't be needed anymore. But i can't get any of the attributes for html elements to be defined in php. This again speaks for itself... i don't know any other way of saying this... i guess how would i make a other mark up language like html without any tags but still keep everything about html is what i'm trying to say.....