0

If I save a html page like this one:

<html>
  <body>
    <h1>
      Lista immagini:
    </h1>
    <img src="http://imageshack.us/photos/immagine/399/scalauominifl0.jpg" width="200" height="300" />
    <p>Fine</p>
  </body>
</html>

And I give the .html extension (character coding UNICODE UTF-8), the next next time I open it with text edit, I don't see the source code, but I see the web page. How to see the and edit the source code?

hjpotter92
  • 78,589
  • 36
  • 144
  • 183
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187

1 Answers1

1

I recommend Sublime Text 2 as a text editor.

000
  • 26,951
  • 10
  • 71
  • 101