You are developing a web page by using HTML5.
You have the following requirements:
An H1 element must be placed at the top left corner of the page.
The size and location of the H1 element must not change if additional elements are added to
the page.
You need to position the H1 element on the page.
Which CS53 style should you use?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
absolute: The element is positioned relative to its first positioned (not static) ancestor element
static Default value. Elements render in order, as they appear in the document flow
0
0
Why Static is wrong…
If you add or remove the elements before the , its position will change.
0
0