Sunday, November 21, 2010

How do you use a text editor to edit the HTML of web page?

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.How do you use a text editor to edit the HTML of web page?
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-%26gt;save-%26gt;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 :D (especially when editing other people pages)How do you use a text editor to edit the HTML of web page?
Look on these websites:



www.w3schools.com



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:



%26lt;html%26gt;



%26lt;head%26gt;

%26lt;meta http-equiv=';Content-Type'; content=';text/html; charset=gb2312';%26gt;

%26lt;title%26gt;Learning html%26lt;/title%26gt;

%26lt;/head%26gt;



%26lt;body%26gt;



%26lt;/body%26gt;



%26lt;/html%26gt;
Well you use notepad, paste your HTML code in there %26amp; 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


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

www.w3schools.com/
  • How to make your own bed sheets
  • cat
  • No comments:

    Post a Comment