Forum : Unable to display complete message
Brief description  about Online courses   join in Online courses
View Nitish  Kumar 's Profile

Unable to display complete message

I wrote a message as follows:
"A HTML document begins with <b><html></b> tag and terminates with <b></html></b> tag."

But it only displayed
"A HTML document begins with tag and terminates with tag."
Is there any other way to write this message? I want this message to be displayed completely.
Asked by Nitish Kumar | Jan 12, 2010 |  Reply now
Replies (4)
View nitish kumar 's Profile
Thank you........
Jan 13, 2010
View sanjay s nair 's Profile
<html>

<body>
"A HTML document begins with <b>&lt;html&gt;</b> tag and terminates with

<b>&lt;/html&gt;</b> tag."
</body>
</html>




gt = greater than
lt = less than
Jan 13, 2010
View nitish kumar 's Profile
What does lt and gt stands for?
And I want to show <html> and </html> in bold.
Jan 12, 2010
View teacher siliconindia 's Profile
HTML document begins with &lt;b&gt;&lt;html&gt;&lt;/b&gt; tag and terminates with &lt;b&gt;&lt;/html&gt;&lt;/b&gt; tag

Write like this it will show full.

Regards
Jan 12, 2010