[Fixed] My Browser not displaying My HTML page
Hi all, just came here to ask why is it that when I try to open my HTML file in Internet Explorer, which I created in note pad, it comes up with the code I typed it rather than displaying the actual page?
Like for example I typed in this...
<html>
<head><title>Interspecies Conflict Videos</title></head>
<body>
<div align="center">
<img src="web logo.jpg" alt="Web Header" />
</div>
</body>
</html>
And all I got was the code you see above you, there was no picture or anything.
|