Basic HTML web page for the week 3 comp1234 lab

Block and inline elements

This is plain text in a block element.

This is a block element with a bold inline element.




Attributes

The id attribute allows you to uniquely identify an element/tag, that allows us to select that element in CSS or Javascript.

The id attribute allows you to uniquely identify an element/tag, that allows us to select that element in CSS or Javascript.

The class attribute allow you to identify more than one tag/element to apply change with CSS or Javascript.

The class attribute allow you to identify more than one tag/element to apply change with CSS or Javascript.




Links

This is the George Brown website.

One of the better HTML info site is W3 schools

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.