HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

How can I make HTML show up on a webpage?
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML FAQ
View previous topic :: View next topic  
Author Message


Corey Bryant



Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA

Posted: Sun Apr 16, 2006 11:49 am     How can I make HTML show up on a webpage?  

The best way would be to use a textarea and put everything in there: Code: <textarea rows="4" name="html" cols="50"><a href="http://www.htmlcodetutorial.com/">HTML Tutorial</a> for all your HTML needs</textarea>

You can also use Entities or even ASCII codes. Another great website for ASCII codes.

One example would be Code: &lt;a href=&quot;http://www.htmlcodetutorial.com/&quot;&gt;HTML Tutorial&lt;/a&gt; for all your
HTML needs

-Corey
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML FAQ
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group