I am developing a project with GWT. I use an html component in this way:
HTML html=new HTML("<html> bla bal bla </html>");
The problem is that I want to know in which file and where my HTML code will end up. Because when I launch the program on the browser and I view the source code of the page I can't see my code, I can only see an iframe. so where is my code " bla bal bla "