Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: I need HTML help  (Read 10930 times)

0 Members and 1 Guest are viewing this topic.

Stephanie W.

  • Guest
I need HTML help
« on: July 16, 2004, 02:53:22 PM »
How do you make the HTML code to show on your website, but not the result?

robertmillar

  • Guest
Re: I need HTML help
« Reply #1 on: July 16, 2004, 04:20:01 PM »
I don't fully understand your question but this is a good site for HTML

http://www.w3schools.com/default.asp

SKy

  • Guest
Re: I need HTML help
« Reply #2 on: July 17, 2004, 12:56:12 AM »
Hi Stephaine,

u can use a string of characters that represent the <> tags so that the broswer will not read the tabs as code:

use &  l  t  ; instead of <
use & g t ; instead of >

example:
the tabs &lt; html &gt; should appear as <html> in your webpage.

Joleen

  • Guest
Re: I need HTML help
« Reply #3 on: July 19, 2004, 05:12:25 AM »
I think you can imbed the code within <code>blah</code> tags too.