HTML Codes?
Experts on this area please help!?
I know somethings. like the scroll box code ( <textarea>lsakjdfl;ajsdf</textarea> ) and small center text. But how do i link images to my site and stuff? and get a text code with diff colors? or whats a site with these codes? sorry for the ramble of questions but i want to know. im not talking about myspace generators. (unless thats where u found them at?) and how do you make DIV layouts?
Public Comments
- Have a look at Ted's HTML tutorial (link below). It's the most user-friendly HTML explanation I've ever seen. And no, I'm not Ted. :-)
- Check out this tutorial from the World Wide Web Consortium. It will teach you all that and more. Also check out Open Source Web Designs, they have free templates to get you started.
- Everything about HTML, including a tutorial can be found here: http://www.w3schools.com/html/ Enjoy! (Best answer, please ^^ )
- The best guide I have seen yet for HTML is the barebones HTML guide
- http://freecodesource.com/index.php?page=myspacecodes/indexnew go to this page and you'll see it (text code, DIV layouts & Image links)
- start here http://www.htmlgoodies.com/primers/html/ (the best) other great guides/help on html http://werbach.com/barebones/ http://www.davesite.com/webstation/html/ http://www.w3schools.com/html/ http://www.htmlcodetutorial.com/ (easy to follow) http://www.webreference.com/html/tutorial1/
- Placing an image: <img src="imageurl"> Making an image a link: <a href="pageurl"><img src="imageurl"></a> Colored text: <font color="hexcode">Text here</font> (Note: hexcode is where you would put hex colors such as #FFFFFF for white or #0000FF for blue) The best two websites that I know of for general reference as well as complete, specific tutorials are http://www.w3schools.org and http://www.tizag.com
Powered by Yahoo! Answers