HTML Editors
We believe that using a simple text editor is a good way to learn HTML. Follow the steps below to create your first web page with Notepad ,HTML Editors are tools to write and run (in some cases) an HTML code. There are several HTML Editors available to the user (paid and unpaid both).
There are mainly two types of HTML editors – Text Based . Here in this tutorial we will work with text based editor.
Another common choice for HTML and other language coders is Notepad ++. It is a tiny program to download and perform the functions you need for writing clean code.
<!DOCTYPE html> <html> <head> <title>HTML Text Editor</title> <style> h1 { color:#009900; } </style> </head> <body> <h1>Intern t Point</h1> </body> </html>
Example Of Notepad Coding :-
Editors offer several features that Notepad can’t. Features that a professional editors.