Block and inline tags.
This is a plain text block element.
bold inline element. This is another bold inline 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 absolute reference another w3 schools absolute referenceOne of the better HTML reference site is: w3 schools absolute reference
This is my: wk02.html file using a document relative reference.
wk02.html file using a root relative reference.
index.html file using a root relative reference.
index.html file using a document relative reference.
Lists
Unordered List
- apple
- orange
- banana
- kiwi
- W3 schools
Ordered List
- apple
- orange
- banana
- kiwi
- W3 schools
-
- apple
- orange
- banana
- kiwi
- W3 schools