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 ?
How do i teach HTML language to newbies ?
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.
Reply:Have the students open a text editor and create the following and save it to disk with a .html or .htm extension:
%26lt;HTML%26gt;
%26lt;HEAD%26gt;%26lt;TITLE%26gt;My Title%26lt;/title%26gt;%26lt;/head%26gt;
%26lt;BODY%26gt;
%26lt;H1%26gt;My First Page%26lt;/h1%26gt;
%26lt;H3%26gt;Hello Universe!%26lt;/h3%26gt;
%26lt;/body%26gt;
%26lt;/html%26gt;
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 (%26lt;h1%26gt;, %26lt;h2%26gt;, etc), the TITLE nested in the HEAD tag, etc.
flowers for algernon
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment