Block and inline elements
This is a plain text block element.
This 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 with CSS or Javascript.
This id attribute allows us to uniquely identify an element/tag and allows us to select that element with CSS or Javascript.
This class attribute allows us to group identify an element/tag and allows us to select those elements with CSS or Javascript.
This class attribute allows us to group identify an element/tag and allows us to select those elements with CSS or Javascript.
Link/Anchor
w3 schools using an absolute reference.another w3 schools using an absolute reference.
One of the better HTML reference site is: w3 schools using an absolute reference.
This is my: practicewk02 file using a document relative reference.
This is my: /comp1234/lab/exercises/wk02 practicewk02 file using a root relative reference.
This is my: index file using a document relative reference.
This is my: index file using a root relative reference.
Lists
Unordered List
- apple
- orange
- banana
- kiwi
- Google search
Ordered List
- apple
- orange
- banana
- kiwi
-
- apple
- orange
- banana
- kiwi
- Google search