Basic HTML Web Page for lab 03

Block and inline elements

This is plain text in a block element.

bold inline element This is another strong 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 in CSS or Javascript.

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

The class atribute allows us to identify more than one tag/element to apply a change with CSS or Javascript.

The class atribute allows us to identify more than one tag/element to apply a change with CSS or Javascript.




Links

This goes to the George Brown Web Page.

One of the better HTML sites is the w3 schools Web Page.

This is my template file using a document relative path.

This is my template file using a root relative path.

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

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




winking cat