Why I’m unable to edit HTML in Google chrome?

Asked By 30 points N/A Posted on -
qa-featured

Hi guys, I use Google chrome to check my HTML projects and execute them till today morning everything was fine and now when I tried to execute another HTML program in chrome its not displays at all though I checked the values and strings again and again everything is correct.Please tell me what is the problem help me solve this

SHARE
Answered By 590495 points N/A #188362

Why I’m unable to edit HTML in Google chrome?

qa-featured

Yes, this thing really happens and I experience it a lot when I’m checking on my offline HTML files or when I am experimenting on a JavaScript on an HTML document. Try pressing F5 to refresh the page where your web page supposedly should be displayed. If you are working offline, make sure all files like images, CSS, JS, and others that your HTML document will be using is available in your hard drive.

If the web page still doesn’t show up, check the codes you inserted in the HTML document if they are correct. Normally, when a path to a specific image is incorrect, it will be very visible in the web page when it is displayed because the image is missing. You can then check the URL of the image and replace it with the correct URL.

In your case, check the URLs in your heading particularly the URLs for the CSS, JS, and other linked files. They should all be inserted correctly in the HTML document to display the web page properly. If the problem continues, clear the browser’s cache and then try again. You can also use other web browsers to check on your HTML document.

But if the HTML file you want to open is stored on the server and not locally then you obviously need an internet connection so your browser can display the web page. Check and fix your internet connection to continue working on your web page.

Related Questions