Quantcast
Channel: How do you open html in google chrome? - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by user1684140 for How do you open html in google chrome?

Open the properties of the file (Right click -> properties), then check if the name of the file is 'fileName.html.text', if yes, you need to go to 'Folder Options' ->'View' -> and unmark 'Hide...

View Article



Answer by brainwood for How do you open html in google chrome?

As a recent Mac OS adopter I too ran into this. For me, it was due to using TextEdit, and expecting it to act like Notepad.When you save a .html file in TextEdit, it encodes the HTML and wraps it for...

View Article

Answer by rissicay for How do you open html in google chrome?

I copied and pasted your code into textmatesaved the file as test.htmland doubled clicked on it.It worked perfectly. It seems like a browser issue, have you tried reinstalling them. How about try it on...

View Article

Answer by user519908 for How do you open html in google chrome?

<title>Test<title> - you have not closed the second title tag, change it to </title>. And just to be sure - Title does not have to show up in the page you open. If you want to...

View Article

Answer by user278064 for How do you open html in google chrome?

You have a problem in your <title> tag.Sobstitute <title>Test</title> with <title>Test</title>.Check that you've saved your html page .html extension and you should also...

View Article


How do you open html in google chrome?

[I got it working now, it was just a browser error]My code is: <!DOCTYPE html><html><head><title>Test</title></head><body></body></html>So the page...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images