How do you use a text editor like the notepad to edit the HTML of a website. Please give a step-by-step instruction to a total newbie in computer and Internet.
FIX PC ERRORS
PC Integrity Scanner
Know What Happens on YOUR PC
If you enjoyed this post, make sure you subscribe to my RSS feed!






Look on these websites:
http://www.w3schools.com
http://www.goodellgroup.com/tutorial/ – this is for kids of all ages
If you know the HTML then just type as you go. for an example, here is a blank web page:
Well you use notepad, paste your HTML code in there & save the file as:
yourfilename.html
then upload it to your site.
Alternatively you can use: http://htmledit.squarefree.com/
A realtime HTML edittor.
If you have problems with HTML go to lissaexplains.com
To open in notepad, two options:
1. drag and drop html file over notepad
2. shift+right click(or left if You are left-handed) “Open with” – notepad
Saving in notepad: menu->save->change extension to “All files” – write name like some-name.html
To learn html:
1. read tutorials
2. experiment by Yourself with various code
3. modify existing pages
Overall my suggestion is: try Opera it allows changing source of any opened page(locally) with “instant” preview what makes it great tool for learning
(especially when editing other people pages)
If you’re on an HTML page get the source code by typing the key combo:
CTRL + U. Now you will have a new window that opens with notepad with the HTML code of the website in there. Now you can edit it, but it won’t be public. You can learn all about HTML at
http://www.w3schools.com/