If you ever made a website, you know this: Every HTML Page needs a valid base frame.
Creating a template with the base frame and always copying it is one possibility to handle this. But I wanted it faster. So I made this little Tool:
HTML Valid is a small HTML generator which only generates the base frame of an HTML document. You can...