PDA

View Full Version : what are some basic HTMl's for a basic website?


Richard D
03-26-2007, 03:15 AM
either type them out or give me a good website to find them .
thanks
;) :)

timpdude254
03-26-2007, 05:15 AM
Put your information in here...



That will do you as a decent starting template. Just fill in the body information with different things... will put things on new lines, will make a heading that is your largest on the page. Just have some fun..

Bassman1
03-26-2007, 05:45 AM
You might want to read HTML for Dummies to learn how to wright code.,You may also want to look at one of Yahoo's web design tools that automaticlly convert your web page to HTML as you publish your site,Go to http://smallbuisnee.yahoo.com/domains/

greenmannowar
03-26-2007, 06:00 AM
This is a great site...
http://www.w3schools.com/html/default.asp

but first, are you using any template, or do you want to start from scratch ?
it takes a while to learn enough HTML to create a page (properly anyway)

top of the page you need a decleration (or Doc Type),
then, it need to be formatted like this


(header info. title, keywords etc...)
webiste content

pages you will use the most
http://www.w3schools.com/html/html_elements.asp
http://www.w3schools.com/html/html_primary.asp
http://www.w3schools.com/html/html_quick.asp
http://www.w3schools.com/html/html_formatting.asp
http://www.w3schools.com/html/html_examples.asp