HTML
Hypertext Markup Language
The text file is a HTML file, so to create a webpages we can use any text editors.
For Example:
Notepad
Notepad++
Sublime Text
Dreamviewer
Etc..,
But for beginners the best editor is notepad.
Step 1: Open Notepad (PC)
Step 2: Write a Html code for design in notepad.
Step 3: To save the file, need to enter the name with html extension. [basics.html]
Here need to save the file in particular location.
Step 4: To Open saved file: Goto saved location, right click on created file, then click on browsers [Google Chrome].
Step 5: After click on Browser it will appear like below screen.
Note: After changes has done in every time save the file, then refresh the browser [F5 or Reload].