3.3 APIs in HTML documents — HTML5 (including next generation additions still in development) →
document . write(text…)
In general, adds the given string(s) to the Document’s input stream.
WARNING! This method has very idiosyncratic behavior. In some cases, this method can affect the…