iGuest 3 Report post Posted September 15, 2004 this is the code u need to start an html page<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://forums.xisto.com/no_longer_exists/ http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>your window title goes here...</title></head>your text goes here....<body></body></html> Share this post Link to post Share on other sites
r3d1405241470 0 Report post Posted September 15, 2004 content must be inside the body tag <body> Your text goes here</body> Share this post Link to post Share on other sites
kelp 0 Report post Posted September 16, 2004 Actaully, it should be:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://forums.xisto.com/no_longer_exists/ http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>your window title goes here...</title></head><body>your text goes here....</body></html> Share this post Link to post Share on other sites
dissipate 0 Report post Posted September 16, 2004 the most basic tags you need actually are -<html><head><title>title goes here</title></head><body>content goes here</body></html> Share this post Link to post Share on other sites
kelp 0 Report post Posted September 16, 2004 This is how I start out with websites:<html><head><title></title></head><body></body></html>Then I add the css "variables" and place them on the page in the body section. Share this post Link to post Share on other sites