|
HTML (HyperText Markup Language) is the standard language for web pages. Once you know HTML, you can create your own web pages. Once you can create your own web pages, you can link them together to create your own web site. You can link your pages to other pages and other pages can link to yours. This does not involve smoke and mirrors, just HTML. Will it be difficult to learn something this powerful? No. Programmers have already written many different programs that can write HTML. No group of scientists has yet written a program telling a robot how to ride a bike. Learning HTML is easier than learning how to ride a bike; I promise you won't even skin your knee. Since programs exist to write HTML, why should you learn it?
This tutorial will teach you how to read and write HTML. You need to know how to read HTML at least as much as you need to know how to write it. Why? Because by reading the page source (i.e., by using the View Page Source function of your browser) you can learn neat tricks that other people have developed for doing things with HTML. For this tutorial you will need:
To actually publish your results on the web, you will need somewhere to host your pages and an FTP program. See the Appendices for more on this. © Geo. McCalip 2001 |