My FIRST HTML PAGE


Web pages can be created and modified by using many professional HTML editors.Listed at the end of the page.But we are beginner , so we will use notepad++. its free available  on following link Notepad++.
 Its very easy to install simply double click on setup and follow the instructions.Now its time to make your first HTML Page .

Step 1: Open Notepad++

Windows 8 or later:
Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad++.
Windows 7 or earlier:
Open Start > Programs  > Notepad++

Step 2: Write Some HTML

Now click on FILE>New and open new document.Write or copy some HTML into Notepad.


<!DOCTYPE html> <html> <body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body> </html>

It will look like this:



Step 3: Save the HTML Page


Save the file on your computer. Select File > Save as in the Notepad++ menu. Now mention any name with extension .html


Now it will look like this:

Step 4: View the HTML Page in Your Browser

Open the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with") or Run>Launch in IE.


The result will look like this:



List of other HTML editors

Source code editors evolved from basic text editors, but include additional tools specifically geared toward handling code.

WYSIWYG editors




| Designed by Harhiktech