Practice

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 previous page   go to home page   go to next page        

Answer:

Yes. The Web browser does not pay any attention to spaces or new lines (except inside <pre> and </pre>.

Practice

Some Web authors prefer to create their tables in the style of the question. Web design tools (such as Dreamweaver usually produce HTML that looks like that. They use indenting to show the role of the text on each line. Here is a nice table:

Barium Yellow
Boron Green
Sodium Yellow
Strontium Red

Add some more rows to the following HTML to create the table:

Add additional elements, then click to see what the HTML does.

QUESTION 6:

Add indenting and new lines to change the table to the "indented" style of HTML.