Hello world using HTML or Notepad++
Now its time to create our first HTML web page before we get started remembering some things the HTML code will be written in the text editor file or you can use Notepad++ for creating the HTML web page after this the file must be saved with the .html extension that shows the file type is HTML. once you created and saved the file can be opened in any web browser. Now get started and make our hello world Html file.
Following is the basic layout of the HTML.
Copy and paste this code into a new text editor or notepad++ and save the file as "hello_world.html". After saving the file open the file with the browser. You will see that the HTML code work
0 Comments