English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to teach html to some newbie students. They just know basics of computers and i want to teach them html. What would be the most easiest way to teach them so they grasp it quickly ?

2006-10-15 06:53:52 · 2 answers · asked by avissoft 1 in Computers & Internet Programming & Design

2 answers

The best way to learn a skill like that is by doing. The hands-on approach works best. Have them make a basic page with a title and some formatted text with maybe a link to a website somewhere.

2006-10-15 06:58:05 · answer #1 · answered by martin h 6 · 1 0

Have the students open a text editor and create the following and save it to disk with a .html or .htm extension:


My Title

My First Page


Hello Universe!






Then, open the file with a web browser and have them view the page. After this have the students make changes to the HTML code viewing the page with each change with the web browser. Use each change to the code to teach a new concept such as header tags (

,

, etc), the TITLE nested in the HEAD tag, etc.

2006-10-15 07:51:18 · answer #2 · answered by Mark M 2 · 0 0

fedest.com, questions and answers