I used to have a website that I built from scratch. I still have the HTML files I created back then. If I double click on the index.html file, the Chrome browser opens, and it displays my old home page.Today I created in Writer a test document, and I saved it as an HTML document, but I did not write into that file any HTML code. I used Dolphin to find that saved file, and I double clicked on it. Result:Chrome opened a tab, and it showed the file’s content as a web page. I then went to Chrome’s Tools menu, and I selected the View Source option. The source code behind that web page then displayed in Chrome. I copied that source code to the clipboard, and I opened a Writer Document and I pasted the source code into that document. Then I saved the file with this name: HTMLTestSourceCode.HTML. Then I used Dolphin to locate that file.
I double clicked on that file, and a web page did not open. Instead Chrome opened a page, and it displayed the source code. My question: Since that file contains HTML code, and the file name ends with .HTML, why did Chrome not display the web page that that source code originally produced?
I double clicked on that file, and a web page did not open. Instead Chrome opened a page, and it displayed the source code. My question: Since that file contains HTML code, and the file name ends with .HTML, why did Chrome not display the web page that that source code originally produced?
Comment