What Is an HTML Editor?
An HTML editor is specifically designed for developers to create web pages more efficiently. It provides more characteristics and confirms every string of code is clean and works appropriately.
Simple Steps to Learn HTML Using Notepad
Here are the given below some simple steps to make your first web page with Notepad.
Step 1: Open Notepad (PC)
Step 2: Write Some HTML
<!DOCTYPE html> <html> <body> <h1>Welcome to Oixiesoft</h1> <p>A tutorial website.</p> </body> </html>
Step 3: Save the HTML Page with .htm or .html as file extension
Save the file on your pc. The file name is “index.htm” or according to your project.
Step 4: Show the HTML Web Page in Your Browser
To open the saved HTML file in your browser (double click on the save file, or right-click – and choose “Open with”).