Problem:
I developed a site that, when loaded, is displayed with some bugs, such as images displayed in place of another one that was not loaded in time, totally bugged forms and without any stylization.
Alternative:
Pressing "F5", however a lay user, will not imagine that the page will be reloaded correctly after this function, resulting in loss of confidence or even evasion of the own.
Question:
What could be done to prevent the page from displaying with markup breaks, or incomplete stylization?
OBS:
The HTML is well applied semantically and the call from the external CSS file is just after title
.
I believe that creating a loading in php or js on the screen to fire the page only after being fully loaded already solves my problem, but I am willing and open to new solutions.