AngelFire
04-26-2003, 02:57 AM
This may be a stupid question but where do you type your HTML. Like what kind of prgram do u use? Word Pad.Note Pad?
|
View Full Version : Where...? AngelFire 04-26-2003, 02:57 AM This may be a stupid question but where do you type your HTML. Like what kind of prgram do u use? Word Pad.Note Pad? Cherchezlafemme 04-26-2003, 03:00 AM notepad preferably, the <html> goes on top and is first thing you type ALWAYS!!!! MaGiCSuN 04-26-2003, 12:10 PM also when saving you have to select "all Files" and save it as YOURFILENAME.html (replace YOURFILENAME with your name for the file). you MUST type .html behind it because "all Files" are selected so it could be anything so you must type what kind of file you want it to save into. start with this: <html> <head> <title>your title here</title> </head> <body> your content here </body> </html> don't add more <body> tag to it, there can be only one <body></body> tag :) Love, Mirna |