Html is a language which is used to making web pages and different things. Programmer used many software to write html code. If you asked me I used my own Online HTML Editor which i made and share with you online
Click here to go to my HTML Editor page.
Burt programmer use professional HTML editor like :
- Adobe Dreamweaver
- Notepad ++
- CoffeeCup HTML Editor
- Edit++
Today i will show you how to make your first web page with default note pad which we get with windows.
1. At first open Your NotePad
How To open Notepad in Windows 7 or earlier:
Click Start (bottom left on your screen). Click All Programs. Click Accessories. Click Notepad.
How To open Notepad in Windows 8 or later:
Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.
2. Write some HTML code into it, which we learn from previous lesson Than copy all the HTML code from that post.
3. Save the HTML Page
Save the Notepad file on your computer.
Select File > Save as in the Notepad menu.
You can use either .htm or .html as file extension. There is no difference, it is your choice.
4. View HTML Page in Your Browser. Simply open it with your browser.
Its will look like this...
Note: HTML is so easy thing for newbies if he or she work hard. Don't scare with codes. Lets use the codes to make something large and unique.