First off just open notepad.. Then you will need the basic tag layout
Put any text you want to display on title bar
Put text you want in the body
Then click save as but change .txt option to any file and save the filename with either .htm or .html at the end. Then you can open the file in your web broser to preview. As you make changes to the text file from there you can just tell it save and click refresh in your browser to preview.
2007-01-26 03:14:47
·
answer #1
·
answered by ScottB 3
·
0⤊
0⤋
yes u can write an html page in a notepad...the only thing u need to do after u finish formatting ur web page...u save it using a .html or .htm extension and voila ur webpage gets created now open explorer go to file menu and open ur file to view it in the explorer. also from the view menu ->select source and a notepad file gets opened of the web page ur viewing...directly edit to this file and see the changes
2007-01-26 11:16:00
·
answer #2
·
answered by arshad 2
·
0⤊
0⤋
Save Ur file (file ->Save-) with the extension .htm or .html. Remember to select "All files" in "Save as Type". Then double click the html file to get a preview.
Anyway using notepad is very tedious. It is better to use Microsoft Frontpage or Dreamviewer.
2007-01-26 11:18:08
·
answer #3
·
answered by Mahesh U 2
·
0⤊
0⤋
Try saving the file with a .htm or .html extension, then try to call up that file in Windows Internet Explorer.
You can view a file on your PC instead of a webpage on the internet by typing the file:// along with the pathname....for example:
file:///C:\My Documents\Sample.htm
Alternatively, you can use Windows Explorer to locate the file you saved in notepad and just double click on it. Your Windows should see the .htm or .html extension and should select Internet Explorer as the program to use for that file type.
2007-01-26 11:16:42
·
answer #4
·
answered by SteveN 7
·
0⤊
0⤋
Its very simple.
When u are saving just save with the extension of .hm or .html.
Note:-
save the file within double quotes,
"sample.html"
Otherwise it will save it as sample.html.txt
So it wont consider it as a web page.
So to open it, just go to the directory wherever u saved, u ll find your file will look like an Internet Explorer icon.
Just double click it, u ll find ur output of ur webpage.
If u want to see ur code, either u can open it thro notepad or u can view the output and in internet explorer go to
View->source.
All the best
2007-01-26 12:02:39
·
answer #5
·
answered by Sudha P 2
·
0⤊
0⤋
In notepad :
File --> Save As
From "Save As Type" Select : All Files
Then Type the "name of the file.html"
Then open it with any web browser "such as Internet Explorer"
2007-01-26 12:25:08
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
Visit W3Schools ( http://www.w3schools.com/ ) to learn about HTML.
Once you finished, click on File > Save As and save the page as whatever.html or whatever.htm
This will tell Windows that this is a webpage.
Then just double click to open. You will be able to see whatever you've done.
2007-01-26 11:24:38
·
answer #7
·
answered by ndmmxiaomayi 3
·
0⤊
0⤋