Creating a simple hello world page using html or Notepad++

Hello world using HTML or Notepad++

Creating a simple hello world page 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.

Creating a simple hello world page using html

The <!DOCTYPE html> defines the file type if you are using the latest version of HTML5 it is recommended to use this tag. The title tag is used to define the title of the web page. Remember the opening and closing of the tags.

Creating a simple hello world page using 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

Post a Comment

0 Comments