Possible Duplicate:
HowTo Post HTML Text On StackOverflow

I need to post some HTML code here for illustrating my questions. However, whenever I post the HTML, it is always interpreted by the page rather than display it directly.

I have tried the following methods, none of them work for me.

< XMP >

< /XMP >

< PRE > < /PRE >

< CODE > < /CODE >

link|improve this question
2  
You simply need to indent your code with 4 spaces – Daniel Vassallo Aug 2 '10 at 19:04
feedback

migrated from stackoverflow.com Aug 2 '10 at 19:05

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Ladybug Killer, Grace Note, jjnguy, perbert, Jon Seigel Aug 4 '10 at 4:06

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 3 down vote accepted

HTML - How to post HTML in StackOverflow

link|improve this answer
This button is no longer available – Madbreaks May 10 at 19:22
feedback

Click the button which has:

101
010 

on it!

Post any code you like.

<html>
<body>
<div></div><p>a p tag</p><table><tr><td>some td</td></tr></table>
</body>
</html>
link|improve this answer
This button is no longer available – Madbreaks May 10 at 19:22
@Madbreaks I believe you are correct. – Chris May 15 at 18:38
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged