Basic HTML web page

Block and inline elements

This is plain text in a block element.

This is a block element with a bold inline element.




Attributes

The id attribute allows us to uniquely identify an element/tag, and allows us to select that element in CSS or Javascript.

The id attribute allows us to uniquely identify an element/tag, and allows us to select that element in CSS or Javascript.

The class attribute allows us to identify more than one tag/element to apply a change with CSS or Javascript.

The class attribute allows us to identify more than one tag/element to apply a change with CSS or Javascript.




Links

This is the George Brown Website.

One of the better HTML info sites is W3 schools

This is my template file using a document relative path.

This is my template file using a root relative path.

This is my index.html file using a root relative path.

This is my index.html file using a document relative path.




Lists

Unordered List

Ordered List

  1. Dog
  2. Cat
  3. Rat
  4. Snake
  5. My gblearn



Images

cat winks cat winks
folder structure
Fig. 1 Folder Structure