English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can someone plz tellme the html codes for adding html codes in my website...
as in adding html codes inside the site

2006-09-05 23:24:31 · 6 answers · asked by Anonymous in Computers & Internet Programming & Design

6 answers

Place the following tags around the HTML codes that you want to add.

<br /> <br /> Your Html code<br /> <br />

------

The HTML codes placed between the tags will look as the codes itself. </p> <p> <small> 2006-09-06 03:22:42 &centerdot; <a href="#answer20060906032242">answer #1</a> &centerdot; <span>answered by <u>Janice</u> <b>3</b></span> &centerdot; <span>1<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20060905233659" class='answer' > <!-- <b>Answer #2</b> --> <p class='answer-content' lang="en"> Yeah follow the escape code advice above, I think that was exactly what you want, there are few more of those escape codes for HTML/XML/SGML download a program called TextPad and look at its HTML codes gallery. </p> <p> <small> 2006-09-05 23:36:59 &centerdot; <a href="#answer20060905233659">answer #2</a> &centerdot; <span>answered by <u>Andy T</u> <b>7</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20060906033042" class='answer' > <!-- <b>Answer #3</b> --> <p class='answer-content' lang="en"> If you're using (X)HTML, to show computer code within your website you would use the <code> and </code> as indicated at the W3C Schools. </p> <p> <small> 2006-09-06 03:30:42 &centerdot; <a href="#answer20060906033042">answer #3</a> &centerdot; <span>answered by <u>DianeD</u> <b>4</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20060905233234" class='answer' > <!-- <b>Answer #4</b> --> <p class='answer-content' lang="en"> I think you mean the HTML entities for displaying the < and > characters. So you can display HTML tags on your site without the browser rendering them.<br /> <br /> That would be &lt; and &gt; (lt stands for lesser than and lt for greater than). So in order to display <tag> on your site you have to enter &lt;tag&gt; </p> <p> <small> 2006-09-05 23:32:34 &centerdot; <a href="#answer20060905233234">answer #4</a> &centerdot; <span>answered by <u>Laras Big Brother</u> <b>2</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20060906001904" class='answer' > <!-- <b>Answer #5</b> --> <p class='answer-content' lang="en"> Html codes , huh? here <br /> <br /> http://freeflashtoys.com<br /> <br /> http://bigoo.ws<br /> <br /> http://addglitter.com </p> <p> <small> 2006-09-06 00:19:04 &centerdot; <a href="#answer20060906001904">answer #5</a> &centerdot; <span>answered by <u>Anonymous</u></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> <div id="answer20060905232823" class='answer' > <!-- <b>Answer #6</b> --> <p class='answer-content' lang="en"> this is the basics of any website therefore you need to start from the very beginning.<br /> <br /> A good tutorial to html is:<br /> <br /> http://www.webmonkey.com/authoring/html_basics/ </p> <p> <small> 2006-09-05 23:28:23 &centerdot; <a href="#answer20060905232823">answer #6</a> &centerdot; <span>answered by <u>doyler78</u> <b>5</b></span> &centerdot; <span>0<span style='color:green;'>&#x290A;</span></span> <span>0<span style='color:red;'>&#x290B;</span></span> </small> </p> </div> </div> </article> </section> <div style="background:#888;padding:8px;margin-top:16px;"> fedest.com, questions and answers </div> </body> </html>