PDA

View Full Version : New Page



DanaMay
17 Nov 2006, 01:37 PM
I have a basic question about web sites. I'm pretty well versed in HTML, and have been doing updates to web sites for years. However, I'm unsure of how to create a new web page. Could someone please tell me how to do that?

Thank you very much!

Wickham
17 Nov 2006, 02:45 PM
Doctype <html> <head> then <body>
Use online tutorials like the ones listed here:-
http://www.wickham43.supanet.com/tutorial/links.html
Very simple basic webpage here:-
http://www.wickham43.supanet.com/tutorial/basicwebpage.html which covers the four basic elements of heading, text, image and hyperlink
General advice here on stylesheets and coding:-
http://www.wickham43.supanet.com/tutorial/generaladvice.html
Best of luck; start with something simple and experiment, gradually getting something more complex.