I currently have some text that I have being output to a html page, but the background of the page is just white. I would like to make the background a different color on the html page. I assume that I have to do this in my python code and then output that to the html file since every time I run the python file it overwrites the html file. I don't really have any idea how to do this.
Thanks!
Thanks!
Comment