Computersight > Programming > HTML

Teaching HTML to Middle School Students

For several years I taught electronic exploration classes to middle school students. Making their own web pages was the high-light of the class.

Although it may seem difficult to the uninitiated, writing in html - hypertext mark-up language - is relatively easy. The key to teaching it to students between the ages of ten and fourteen is to break it down into small increments and to use templates to help them write their first pages. Some students will never move beyond the template; some will be eager to do more and will seek additional coding.

The template should include heading and exterior coding and should look something like this:

Coding in Hypertext Markup Language

"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"

Coding in Hypertext Markup Language

Computer programming is done by using number combinations. All computer functions are writing using binary which uses "00" and "01" to ask the computer "no" or "yes" about each bit of information. That was tedious, so programmers developed a system called machine language to make telling computers what to do easier. That was still pretty hard for people who do not like numbers. There needed to be an easier way for ordinary people to tell computers how to do easy things--like make web pages.

Hypertext Markup Language is a code using letters that lets a computer turn our commands into binary and back into something we humans can easily read. HTML is one of the easiest kinds of computer coding to learn. It has many uses, but the way it is used most often is to create personal web pages. There are software packages such as "Dreamweaver" that let people do this without even knowing HTML code. There are books and websites that give directions for people who want to write their own code.

Today we are going to look at three simple code commands: "bgcolor" , "Paragraph", and "un-numbered list". With these three commands, you can create a very simple web-page. If you like doing this, the attached list has a book and two webpages that tell more about how to make a webpage.

At first glance, this seems like a lot of information. But presented to the student on portable medium (floppies, when I first started teaching this, more recently, on flash drives or down loadable from a central file on a server), this provides a basic framework into which students can place their own paragraphs. It also provides information (once they have saved it as a web page rather than a text document) about resources for finding additional coding.

Try it out for yourself. Copy the coding, paste it into a simple text editor such as notepad (word processing programs add too much extra coding to be efficient), and save the results as an html document. To save a text document as a webpage, in the save bar type “name.html”. When you save the document, it will acquire the icon of your favorite browser. Click on it, and it will come up as a webpage. Pretty cool, huh?

The kids love it! The AHA moment when their coding turns into a bonifide webpage is my favorite part of teaching web design. The next part is even better-this is when they start to substitute their words for mine, change the page color, work with different backgrounds. Some students approach the whole process as a teacher-imposed nonsense, but most take off and run with it. Providing web-pages with added lessons and alternative coding allows the ambitious ones to take off on their own.

For those students who are having more difficulty with the process, my next official additions to their abilities are tables, adding a picture, and adding links to existing webpages and finally, links between three pages of their own. If the school provides email for students, being able to post their email address becomes part of the assignment.

Since middle-school students usually range from ages 11 through 14, security is certainly an issue. Therefore, the students' pages are not published on the internet as such, but rather on the school intranet. If this is not an option, their work is saved to portable medium so that they can take it home with them.

2
Liked It
I Like It!
Related Articles
Mac Vs. Pc: In Depth Comparison  |  Web Journal: My Indoctrination Into Computers & the World Wide Web
Comments (0)
Post Your Comment:
Name:  
Copy the code into this box:  
Post comment with your Triond credentials?
Inside Computersight

Communication & Networks

 /

Computers

 /

Hardware

 /

Operating Systems

 /

Programming

 /

Software


Popular Tags
Popular Writers
Powered by
Computersight
About Us
Terms of Use
Privacy Policy
Services
Submit an Article
Advertise with Us
Contact

© 2007 Copyright Stanza Ltd. All Rights Reserved.