Answer:
Suzanne needs a blog
Explanation:
Because she wants to use a digital media tool that acts as a journal and facilitates discussion, Suzanne would need a blog for this.
A blog is a platform where people can meet and have discussions on the internet sometimes in a diary-like format.
Suzanne would need software like WordPress for her blog.
C is likely the best answer here.
<h2><u>
Answer:</u></h2>
relative.
<h2><u>
Explanation:</u></h2>
The coordinates for the section element need not be defined as long as its position is set to relative.
If the position is set as relative, then it will have no effect on the positioning attributes, it will consider as static position. If positioning is mentioned explicitly like top: 20px; then it will position 10 pixels down from where it is located. An ability for positional shifts is extremely helpful.
Two things happen when an element is set as relative, one is it introduces the ability to use z-index on that element, second is it limits the scope of absolutely positioned child elements.