Block and inline elements
This plain text and it is a block element like h1 and h2.
This is bold text. This is also bold text.
This is bold text.
The id attribute allows us to uniquely identify an element/tag and use that to select the element in CSS and Javascript.
The id attribute allows us to uniquely identify an element/tag and use that to select the element in CSS and Javascript.
The class attribute lets us identify more then one element/tag to apply changes with CSS and JAVASCRIPT.
The class attribute lets us identify more then one element/tag to apply changes with CSS and JAVASCRIPT.
Links
mobihelpOne of the better reference sites for HTML, CSS, and Javascript is w3 schools.
this is my template file from week 02 using a document relative path.
this is my template file from week 02 using a root relative path.
this is my index.html file from lab 01 using a root relative path.
this is my index.html file from lab 01 using a document relative path.
Images
Lists
Unordered list
- Apple
- Orange
- Banana
- Lime
- w3 schools
Ordered List
- Apple
- Orange
- Banana
- Lime
-
- Apple
- Orange
- Banana
- Lime