Day 1

Welcome to HTML

You will need this for assignments.

Special characters

#include <system.h>

β Ω ω

≤ ≠ &plusminus; ±

- – — " stuff " or “ more stuff ”

Example code

/**
 * The HelloWorldApp class implements an application that
 * simply prints "Hello World!" to standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.format("Hello Dayton! "+16); // Display the string.
    }
}

Links

simple link to a file in current directory
link to file in another directory
web link