this is my first time using html and notepad++. I wrote a simple phrase and nothing is showing on the browser
-
Hi ,this is my first time using html and notepad++ . I wrote a simple phrase and nothing is showing on the browser I don’t understand why
<html>
<body>
how are you
</body>
</html> -
This isn’t an HTML forum, so you’ve probably asked in the wrong place.
Best guess: after saving the file in Notepad++, you need to reload in your browser (if your browser is pointed at the local file, with a
file://
URL), or you forgot to upload to your file to your server (if your browser is pointed at anhttps://
URL).If you really believe the problem lies with Notepad++, and not with the browser refresh or having to upload the file, then you are going to have to explain why you think it’s Notepad++ that’s going wrong, and give us more info.
(Please see the two FAQ answers linked above… they provide details as to why you’ve asked in the wrong place, and what kinds of information are useful when you are asking us for help.)