We can’t display html tags as it is to get displayed in the browser. Say  for example you want to give html code to your visitor to place a link  in their web site, pointing to your site. To display html tags in html  format we have to use different ways. Browser will not display any thing  within less than and greater than symbols. Browser will not display  < character as it is. To display symbol < we have to write < ,  same way to display greater than character > we have to use > . Use the following for displaying the symbols.
| < > & " ® ©  |  < > &   " ® ©  |  less than greater than ampersand non breaking space double quote registered trade mark copyright  | 
To display the following html code on the browser use the code given below.
Preview
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div></div>
</body>
</html>
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div></div>
</body>
</html>
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div></div>
</body>
</html>
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div></div>
</body>
</html>
Saturday, February 27, 2010
 // 
Labels:
Html
 // 
0
comments
 // 
0 comments to "Display Html Tags"
About This Blog
This is a place where I write about the things I find interesting and are worth to share.
Share it
Labels
- asp (1)
 - CSS (1)
 - Google (1)
 - Html (4)
 - Humour (3)
 - introduction (1)
 - Javascript (3)
 - php (2)
 - Templates (1)
 - Ubuntu (2)
 - Under Construction Templates (1)
 - Wallpapers (2)
 
Post a Comment