You are here: Articles > Internet > HTML

 See more articles about "HTML "

Displaying HTML code inside an HTML document

 

Displaying HTML code within an HTML document can be confusing. The XML tag makes it easy.

The XML tag tells the browser not to render any further tags until it sees the /XML tag.



For example...

<XML>

<a href = "http://www.tech-recipes.com">Tech-Recipes</a>

</XML>





will display...

<a href = "http://www.tech-recipes.com">Tech-Recipes</a>





Enjoy!

 

Also see ...

Is your site color-blind friendly?
H3Service allows you to see your site as if you have a dysfunction in the ability to see colors/H3PBetween 5 and 10% of males have some sort of genetic problem seeing the full spectrum of colors. Is your site usable to this population of users? br / br /Running your site through a href

Opening Links In a New Window
H3Although I usually hate it, this is the standard html code to open a link in a new window./H3PForcing users to open links in new windows is so wrong. However, there are times when it is useful. Here's how you do it. br / br /Standard Link Code: br /span style="font size: 9px; line h

Re-Enable Right-Click When Web Pages Turn It Off
H3Several web pages turn off the ability to right click. This examples how to turn it back on./H3PPeople are nuts about protecting their web site from unauthorized copying. One of the most frequently used ways to preventing copying is to use javascript to disable the ability to right click.

Prevent IE6 Users from Using the Image Toolbar
H3IE6 users now have access to the image toolbar that allows users to easily print, copy, email, save, and resize pictures. Here's how to disable it./H3PInternet Explorer 6.0 and greater now gives users the image toolbar. This allows users to easily save, resize, and manipulate pictures. In

Running your own shoutcast server / streaming using XP Prof & IIS
H3This is a quick guide on how to setup your own winamp/shoutcast server on windows xp prof using IIS5.0 Requirements: Windows XP Professional, Winamp 3.0 or higher, Highspeed always connected internet connection, Basic Networking Skills/H3PThis recipe is for all you music lovers out there