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
- Apple
- Orange
- Banana
- Water
-
- Dog
- Cat
- Rat
- Snake
Ordered List
- Dog
- Cat
- Rat
- Snake
- My gblearn
Images