•There are various of tools to create, edit & save HTML documents.
HTML Editor: it is the program that one uses to create and save HTML documents. They fall into two categories:
– Text based or code based which allows one to see the HTML code as one is creating a document.e.g. Notepad, Nodepad++
– Now a days we also have IDE’s to create, edit & save the HTML documents having some pre-defined code structures to reuse, like VScode widely used, etc.
Web Browser: it is the program that one uses to view and test the HTML documents. They translate Html encoded files into text, image, sounds and other features user see.
Microsoft Internet Explorer, Netscape, Chrome are examples of browsers that enables user to view text and images and many more other World Wide Web features.They are software that must be installed on user computer.
Our recommendation for beginers is Nodepad text editor where you can gain knowledge about the tags and their attributes. Well you can use IDE’s for a rapid development as it has some boiler plates.