Html codes?

hey, guys...what are some codes that I can use to build a webpage? I know some of the basics: <b></b> means bold <i></i>italics, <u></u>underline, <center></center>center. That's about it. My goal/concern isn't about buying webpage building software - only about codes. I hope I'm making sense :s

Public Comments

  1. Google
  2. http://htmlhelp.com/ http://www.htmlcodetutorial.com/
  3. Here is an excellent set of tutorials for anyone who wants to learn how to hand-code HTML pages: http://www.w3schools.com/html/default.asp Alternatively, of course, you can always get some kind of free HTML software. You can try OpenOffice if you like: http://www.openoffice.org/ Nvu is another such program: http://www.nvu.com/index.php
  4. go to this link html cod is a bit larger than space will allow here~ http://www.htmlcodetutorial.com/
  5. <a href="url">text</a> <a href="urk"><img src="imgurl"></a> border=0 text align=right/center/left <marquee></marquee> can't think of many right now.
  6. w3schools.org
  7. http://www.lissaexplains.com/
  8. If you want to learn all about HTML codes you should try PageFace.com and start with the getting started tutorials there tutorials are easy to learn and very in-depth. http://www.pageface.com I hope this helps
  9. very 1st: <html> background: <body bgcolor="NAME COLOR"> colored text <body bgcolor="COLOR">color"TEXT COLOR"> font size <font size="1 to 7"> show image <img src="IMAGE URL"> image aligned <img src="IMAGE URL"align="left"> <img src="IMAGE URL"align="center"> <img src="IMAGE URL"align="right"> paragraph break <br> centered text or image <center> last html code line </body></center></font></html> http://www.freelink.org/html http://www.freelink.org/codes
  10. It looks like your dealing with the fonts at this point. Copy the following HTML Code and Paste it into windows notepad. <html> <head> <title>Ren's Webpage</title> </head> <body bgcolor="#FFFFFF" text="#000000"> Fonts and Colors<br> <font size="7" color="#000000">I am font size number 7</font><br> <font size="7" color="#FF0000">my color is red.</font><br> <hr> <font size="6" color="#000000">I am font size number 6</font><br> <font size="6" color="#0000FF">my color is blue.</font><br> <hr> <font size="5" color="#000000">I am font size number 5</font><br> <font size="5" color="#00FF00">my color is green.</font><br> <hr> </body> </html> When your asked to save it be sure to first select (All Files) then type in the name rens.html Then save it where you know where it's at and then go to my computer and find your rens.html file and double click on it and it will bring it up in the browser. Hope this helps! Sparky Miller Wellsville, Ohio
Powered by Yahoo! Answers