HTML Tutorial Part 1

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to home page   go to next page        

created 02/22/00. Revised 03/30/03, 02/10/08

HTML Tutorial Part 1

This is a small tutorial on HTML ― Hypertext Markup Language ― the language used to describe Web pages. The goal of the tutorial is to enable you to create some interesting Web pages. You will be able to use headings, paragraphs, lists, and links to other pages.

Chapter Topics:

  • Outline of a Web page
  • Head and Body of a page
  • Headings
  • Paragraphs
  • Character formatting

The interactive features of this tutorial work with Firefox and Internet Explorer (and others). If interaction fails with one Web browser, try another.

QUESTION 1:

What is a Web page?