Wednesday, May 23, 2007

List of Programming Languages

http://en.wikipedia.org/wiki/Alphabetical_list_of_programming_languages
This is an image file to link to: http://www.google.com/intl/en_ALL/images/logo.gif

HTML Basics

This is a basic HTML document


<html>
<head>
<title>Hello</title>
</head>
<body>
Hello world
</body>
</html>

Welcome

Welcome to the Boys Club of New York's Introduction to Programming Class

Tutorial links:

HTML Tutorial: http://www.w3schools.com/html/html_intro.asp