We are know all programming language need to write a editor tool which help to write code efficiently.We can write html language from my windows notepad editor but remember when save this html file need extension change.
Example: your file name abc but when save this file require abc.html extension.
A simple Example....
<!DOCTYPE html>
<html>
<head>
<title >abc</title>
<head><body>
<h1>This Is heading </h1>
<h1>This Is another heading tag </h1>
</body>
</html>
Notepad screenshot:
Now Test Your Html Page From Browser:
Tags:
Tutorial