Static HTML is web site content that doesn't change and stays the same on every page view by a user. For example the web page you are viewing now is static HTML, because you cannot interact with the content, change the content and therefore the content stays the same. The reason it is static is because all the content in the page comes from the HTML code and not an external file such as mysql database, javascript file etc. The opposite of a static HTML page is a Dynamic one. |