Write HTML Using Notepad or any Text Editors
Web pages can be created and modified by using professional
HTML editors.
However, for learning HTML we recommend a simple text editor
like Notepad
We believe using a simple text editor is a good way to learn
HTML.
Follow the 4 steps below to create your first web page with
Notepad or any Text Editor.
Step 1:
Open Notepad in your pc
Step 2:
Write Some HTML
<html>
<head>
<title>My web page</title>
</head>
<body >Welcome to my first web page</body>
</html>
Step 3:
Save the HTML Page
Select File > Save as in the Notepad menu.
Name the file "index.html" or any other name
ending with html or htm.
Step 4:
View HTML Page in Your Browser
Open the saved HTML file in your favorite browser.
No comments:
Post a Comment