So basically every web developer starts their journey of web development from HTML, as it is the skeleton of the webpages.
Beginner:
To start learning HTML you do not require complicated environment to setup.
Step-1: open your TextEdit in ubuntu of MAC and type the code as follows:
Step-2: Save the file with an extension .html or .htm as follows:
Step-3: Run file in browser
The major browsers that you can use for running your html can be any one of the following:
Note: if you seriously start web development or designer then we recommend you to check your code in all of the above browser, because the rendering of different browsers are different. so you have to check whether your code runs on all major browser or not.
Run the file in any browser by double clicking the file or by opening it in any browser. The output of the file will be as follows:
For Advanced in HTML:
if you are advanced in HTML then you can adopt some advanced editor for writing your HTML pages.
and many more.