HTML Wizard

Lire cette page en français Go back

This wizard will generate a basic HTML file.

you will need to answer a few questions:
  • Where to create the file
  • The name of your new HTML file, the name must end with .html ou .htm
  • The DOCTYPE of your HTML file. More information about DOCTYPE can be found here.
  • Finally you need to specify the template. If you want to know how to create your own template go here


  • This is an example of generated HTML file:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <HTML>
        <HEAD>
          <TITLE>My Html page</TITLE>
    
          <META HTTP-EQUIV="keywords" CONTENT="keyword1,keyword2,keyword3">
          <META HTTP-EQUIV="description" CONTENT="This is my page"> 
    
          <!--
          <LINK REL="stylesheet" TYPE="text/css" HREF="./styles.css">
          -->      
        </HEAD>
        <BODY>
          This is my HTML page. <BR>
        </BODY>
    </HTML>


    Comments, ideas and bugs mail me at : Contact