HtMl! CODES?

how to make a HTML CODE!

Public Comments

  1. you dont make an html code its a language(computer language) yo have to learn then you can combine what you know into something else. to learn, http://www.w3schools.com html is by fr the simplest language ever...that i know of.
  2. depends what you wanna do go here- http://www.webmonkey.com/webmonkey/reference/html_cheatsheet/
  3. Wow, this is not as easy as you ask... if you really want to know html, I would recommend getting a book or there are many online places that will show you the basics... most of us don't use html any more.. just cut, past, or get codes off the web.
  4. Another brilliant site for learning html is www.htmlgoodies.com , it´s great for beginners and will have you up and running in no time at all
  5. HTML code's are very complicated to understand. The best way to get an understanding of how HTML (tags) operate would be, to download a 30 day free version software HTML package and the software package I use is Dreamweaver. It is like magic!
  6. First, learn what code you need. Go to www.htmlhelp.com and visit HTML 4.0 Reference. Find out what you want to do, from making hyperlinks, to changing text properties. Second, I'll assume you need quick and dirty HTML Tags to use in a forum, wiki or other online program, and not to write a webpage. In that case (webpage), you'll need to learn HTML with one of the answers above. htmlhelp.com lists the tags and how they work, but doesn't give easy advice on writing an HTML file for upload or submission. I'll show three common HTML Tags for you here without visiting there, but if you need another one, check out htmlhelp.com as a reference for whatever else you need (changing font, color, centering, etc.) <A> Tag - Make a hyperlink to somewhere else. Layout: <A href="URL">Text of link goes here.</A> URL is the address you want the website to go to. "Text of link..." is what you want the link to appear as on the site. <B> Bold - Make text boldface. Layout: <B>Boldface</B> "Boldface" would appear in Bold. <P> Paragraph Break - Make a line break. Layout: Text<P>Text Text would be followed by a one line space (single-space) then Text would appear again.
  7. the best way to learn html is to search html tutorial on google. but the best two websites are davesite.com and htmlcodetutorial.com
  8. Please click on the link below, in the source. This guide really helps!! It makes everything very easy to understand. It really isn't that much to read, and you don't need to spend 9 hours straight wasting your time on some fat book, so forget one of the answers below. Please ignore NeoCircles. Have fun!
Powered by Yahoo! Answers