Basic HTML web page for lab 04 comp1234

Go to the bottom of the page

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

mobihelp

One 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

cat winking cat winking
Fig. 01 Folder Structure



Lists

Unordered list

Ordered List

  1. Apple
  2. Orange
  3. Banana
  4. Lime
    1. Apple
    2. Orange
    3. Banana
    4. Lime