HTML Editors
Chapter 5
Before going to deepdown in HTML let's checkout about HTML editors.
A basic text editor e.g. Notepad
, TextEdit
is enough to write HTML. Although you can use advance text editor e.g. notepad++
, vscode
etc.
To run HTML code in browser you can save HTML code file with .html
extenstion and then open it in browser.
In coming chapters, we will see different HTML Elements in action and understood their use case.