basic html help for a website?

im doing a website for my computercalss and i have no clue how to do it .. dont say bad things about me because i just wanted to try something new.. but all i got was these and i have no clue how to add buttons and stuff. (all i can do is this) <h1> <h3> <h4> <p> and yeahhh so i need serious help =P!

Public Comments

  1. I love webmonkey.com Its has all sorts of HTML codes and how they work and a great tutorial on how to use it.
  2. I've used this site for free web templates and builders. Good luck! http://templates.divinfo.com/
  3. So what it is that you want to do? The first 3 you show change the font size and the 4th sets a new paragraph. To do a basic page you need to something like this.... <HTML> - Begins your HTML document. <HEAD> - Contains information about the page such as the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout, and JavaScript coding for special effects. <TITLE> - The TITLE of your page. This will be visible in the title bar of the viewers’ browser. </TITLE> - Closes the HTML <TITLE> tag. </HEAD> - Closes the HTML <HEAD> tag. <BODY> - This is where you will begin writing your document and placing your HTML codes. </BODY> - Closes the HTML <BODY> tag. If you want to add buttons and such then you need much more detail...css or php. If you want more detail then email me...
  4. The quickest and easiest way I found to learn HTML is W3Schools http://www.w3schools.com/
Powered by Yahoo! Answers