In: Computer Science
Please help with this web design questions-
21-A Title tag is used for the following:
Select one:
a. Use to give information in Search Engine results pages
b. Describes what the page is for
c. Place a description of the site in the browser tab
d. All of these choices
22- Typical meta tag attributes include
Select one:
a. charset
b. name
c. All of these are valid attributes
d. content
23- A fundamental type of HTML element that begins in a new line is called a
Select one:
a. Online element
b. Nested element
c. Inline element
d. Block element
24- A fundamental HTML element that can change the styling of content where it is written is
Select one:
a. Online element
b. Nested element
c. Inline element
d. Block element
25-The HTML element that is used to create text that displays in a monospace font and preserves whitespace is
(HINT: can be used for formatting source code on a webpage)
Select one:
a. p
b. blockquote
c. pre
d. address
26-The character entity used to show the ownership of content/intellectual property on the site is
Select one:
a. >
b. “
c. ©
d. &
27-The HTML element that specifies a unique name for CSS that can be used only once on a page is
Select one:
a. title
b. id
c. class
d. lang
28- The semantic HTML element used to create a menu is
Select one:
a. header
b. nav
c. main
d. aside
29- The HTML5 semantic element used to put content at the bottom of the webpage is
Select one:
a. footer
b. aside
c. main
d. main
30- A path that is relative to the folder that the current document is in is called a
Select one:
a. Absolute URL
b. Document-relative path
c. Absolute path
d. Root-relative path
21.
Ans: d. All of the above
22.
Ans: c. All of these valid attributes (I.e. charset, content and name)
23.
Ans d. Block level elements.
They are always starts at the beginning boy a new line
24.
Ans. C. Inline elements
25
Ans: c. Pre
26.
Ans. C. ©
27.
Ans. B. Id
28.
Ans e. None of the above
<menu> this tag is used to create menu in HTML
29.
Ans. A. Footer
30.
Ans. B. Document relative path