Hi!
Sory for my bad english.
Is it posible to make in php a html compiler (program that will check if there is lexical or semantic mistakes)?
(eg. If someone write: "<html><haed>", the program will check and write message that is error in code and that must be writen "<html><head>").
Thanks!