Basic HTML Web Page for the week 4 Lab

go to the bottom of page

Block and inline tags

This is a plain text block tag.

bold inline element This is another strong inline element.

This is a block element with bold inline element.




Attributes

This id attribute allows us to uniquely identify an element/tag and allows you to select that element with CSS or Javascript.

This id attribute allows us to uniquely identify an element/tag and allows you to select that element with CSS or Javascript.

The class attribute allows us to identify more than one element/tag to apply changes to all class elements with CSS or Javascript.

The class attribute allows us to identify more than one element/tag to apply changes to all class elements with CSS or Javascript.




Links/Anchors

GBC Helpdesk

One of the better HTML site is W3 schools

This is my Template file using a document relative reference.

This is my Template file using a root relative reference.

This is my index.html file using a root relative reference.

This is my index.html file using a document relative reference.




Lists

Unordered List

Ordered List

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



Images

cat winking cat winking
Fig. 01 folder structure