Block and inline elements
This is plain text in a block element.
bold inline element This is another strong inline elementThis is a block element with a bold inline element .
Attributes
This id attribute allows us to uniquely identify an element/tag and allows us to select that element in CSS or Javascript.
This id attribute allows us to uniquely identify an element/tag and allows us to select that element in CSS or Javascript.
The class atribute allows us to identify more than one tag/element to apply a change with CSS or Javascript.
The class atribute allows us to identify more than one tag/element to apply a change with CSS or Javascript.
Links
This goes to the George Brown Web Page.One of the better HTML sites is the w3 schools Web Page.
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
Ordered List
- Apple
- Orange
- Banana
- Water
-
- Apple
- Orange
- Banana
- Water
Images