HTML Generator system


Back to
Script Toolbox
CSS
Generator
MENU
Builder
Button
Creator
Code
Scramblers
Extra
Goodies
Website Layout
Help

We have a second HTML generator system

Use this system to easily create web pages.
Source should be placed between the start and finish of the BODY tags. A very simple example is of an HTML page layout:

<html>

<head>
<meta NAME="description" CONTENT="Place a description of your site here">
<meta NAME="keywords" CONTENT="Enter a few keywords about your site">
<title>Page Title Goes Here</title>
</head>
<body>

<! -- Place HTML code in this section -- !>


</body>
</html>
Type here, insert pictures and embed media, then get your HTML code and save it as an html file.
Use the [HTML] in the second row of buttons to toggle to the HTML source code.
Back to the main page for building websites...

[Show] [Hide]