html code posting

how do i do that?

/me

Click the code icon (#)

will it work?

(html code posting) how do i do that?

Actually... You don't, if you expect the HTML to get parsed. If, however you want to post code.

Use the (#) as this:

<html>
  <body>
    <h1>HTML!</h1>
  </body>
</html>

hmm >_>