In: Computer Science
1. True/False HTML is the standard text formatting language used
for creating
and displaying pages on the web.
2. True False The DOCTYPE is a special tag and must be the first
one in an
HTML document
3. True/False Inline elements take up the full width of their
parent elements.
4. True/False The CSS box model is comprised of margin, padding,
and border.
5. True/False The property margin-top has no effect on an inline
element.
From the question:
1.
HTML is the standard text formatting language used for creating and displaying pages on the web.
False
2.
The DOCTYPE is a special tag and must be the first one in an HTML document.
True
3.
Inline elements take up the full width of their parent elements.
True
4.
The CSS box model is comprised of margin, padding, and border.
True
5.
The property margin-top has no effect on an inline element.
True