Display Circuit Output on a HTML website?

How can i display my Arduino Circuit output on my HTML Web page?

That depends on what you mean by "Arduino Circuit". If you want the Arduino to send data to a PC, and have the PC construct an HTML file using that data, that is possible.

You could add an Ethernet shield to that Arduino, and make it a web server, returning HTML data is response to a request.

An HTML stream of data is rendered by a browser. Proper use of terminology, presuming you understand the terminology, would go a long way towards making your question understandable.