javascript
Brief description  about Online courses   join in Online courses
View gaius  john 's Profile

how to show html tags in the webpage?

how can we show the html tag itself in the webpage?similar to our text tutorial...
Asked by gaius john | May 23, 2012 |  Reply now
Replies (4)
View inibehe emmanuel ufot 's Profile
<p>&it; html &gt;</p> what is the word that is abbreviatted &it &gt also <xmp>, because every abbreviation in html tag has his word e.g <td> meaning table data
Jun 2, 2012
View teacher siliconindia 's Profile
Hi


yes your are correct, you can use this also.

Regards
May 23, 2012
View teacher siliconindia 's Profile
Hi

<p>&lt;html&gt;<br>
&lt;head&gt;<br>
&lt;title&gt;Untitled Document&lt;/title&gt;<br>
&lt;/head&gt;</p>
<p>&lt;body&gt;<br>
&lt;/body&gt;<br>
&lt;/html&gt;<br>
</p>


past this inside body, front it will show html code, if you use Dreamweaver more easy understand

Regards
May 23, 2012
View gaius john 's Profile
well i got it...it is <xmp>tags goes here</xmp>
May 23, 2012