at32
    Home
    Latest News
    Forthcoming Products
    Technology
 
Existing Customers
    Login
 
Products
    Comedy Webcam
  Pro Upgrade
  Help
    FirePaper
  Help
    Reverse Proxy
    Webcraft
  Learn HTML
    Wyn32 FTP
    Busysheet
 
Web
    BATracer
 
Utilities
    Batch JPEG Resizer
    BJBRserv
    Manager Tree
    Buzzez Closed BETA
 
Bits and Bobs
    About
    Instant Delivery
    Reciprocal Links
    Contact
 

� at32,Wyn32 2002
[ Home ]
Web Design: at32 Webcraft

at32 Webcraft


[ Learn HTML with WebCraft ]
Basics

All webpages normally need a minimum number of tags to function. When you first open Webcraft, a very simple page will be displayed consisting of just a few tags. Typically, each of your webpages must include the following at the start:

<HTML>
<HEAD>
<TITLE>Your page Title</TITLE>
</HEAD>
<BODY bgcolor=FFFFFF>

If you copy this into WebCraft you'll just have a blank, white page - your starting point to write your page proper.

Note that as you type, parts of the tags will briefly appear in the display, but when you close the HTML tag (with the > key) they will be invisible again.

Alternativly, if you're keen to get going fast - you can simply open up WebCraft and experiment with the welcome HTML page that appears.
[ Prev | Next ]